Advertisement
ice7

SmugMug Get Image

Oct 3rd, 2014
1,957
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -I used Fiddler4 to make and test these calls-
  2. http://api.smugmug.com/services/api/json/1.3.0/?method=smugmug.login.anonymously&APIKey=YourOwnKey     - Login Anon
  3. https://api.smugmug.com/hack/json/1.2.0/?method=smugmug.login.withPassword&APIKey=UseYourOwnKey&EmailAddress=UseYour@Email.com&Password=UseYourOwnPassword     - login w/ Password
  4. http://api.smugmug.com/services/api/json/1.3.0/?method=smugmug.albums.get&APIKey=UseYourOwnKey&SessionID=UseYourSession&NickName=YourSiteNickName     - Login and get Albums
  5. http://api.smugmug.com/services/api/json/1.3.0/?method=smugmug.images.get&APIKey=UseYourOwnKey&SessionID=UseYourSession&AlbumID=44715797&AlbumKey=Psz9Hn     -Get Album and image info
  6. http://api.smugmug.com/services/api/json/1.3.0/?method=smugmug.images.getInfo&APIKey=UseYourOwnKey&SessionID=UseYourSession&ImageID=3582148007&ImageKey=X6T8XSn    -Get Image info + Lat/Lng
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement