[smugmug] update default API credentials (#2881)
The old key lacked v2 access and I'm unable to accept the new terms of service since my old account got deleted
This commit is contained in:
@@ -209,9 +209,9 @@ class SmugmugPathExtractor(SmugmugExtractor):
|
|||||||
class SmugmugAPI(oauth.OAuth1API):
|
class SmugmugAPI(oauth.OAuth1API):
|
||||||
"""Minimal interface for the smugmug API v2"""
|
"""Minimal interface for the smugmug API v2"""
|
||||||
API_DOMAIN = "api.smugmug.com"
|
API_DOMAIN = "api.smugmug.com"
|
||||||
API_KEY = "DFqxg4jf7GrtsQ5PnbNB8899zKfnDrdK"
|
API_KEY = "RCVHDGjcbc4Fhzq4qzqLdZmvwmwB6LM2"
|
||||||
API_SECRET = ("fknV35p9r9BwZC4XbTzvCXpcSJRdD83S"
|
API_SECRET = ("jGrdndvJqhTx8XSNs7TFTSSthhZHq92d"
|
||||||
"9nMFQm25ndGBzNPnwRDbRnnVBvqt4xTq")
|
"dMpbpDpkDVNM7TDgnvLFMtfB5Mg5kH73")
|
||||||
HEADERS = {"Accept": "application/json"}
|
HEADERS = {"Accept": "application/json"}
|
||||||
|
|
||||||
def album(self, album_id, expands=None):
|
def album(self, album_id, expands=None):
|
||||||
|
|||||||
Reference in New Issue
Block a user