smugmug.images.getURLs no longer working for me
figbug
Registered Users Posts: 41 Big grins
I haven't touched my app in a long time, I just got a report it's not working, so I thought I'd check it out.
I'm making the following API call?
http://api.smugmug.com/services/api/rest/1.2.2/?ImageID=2147483647&ImageKey=8BV7J69&method=smugmug.images.getURLs&APIKey=XXXXXXXXXXXXXXXXXXXXX&SessionID=5c934d09b0e4d327745908e880df0354
And I get the following response?
<?xml version="1.0" encoding="UTF-8"?> <rsp stat="fail"><method>smugmug.images.getURLs</method><err code="4" msg="invalid user (invalid Password parameter)"/></rsp>
Why do I need a password when my session is already authorized? The docs say only SessionID, ImageKey and ImageID are required.
Thanks
I'm making the following API call?
http://api.smugmug.com/services/api/rest/1.2.2/?ImageID=2147483647&ImageKey=8BV7J69&method=smugmug.images.getURLs&APIKey=XXXXXXXXXXXXXXXXXXXXX&SessionID=5c934d09b0e4d327745908e880df0354
And I get the following response?
<?xml version="1.0" encoding="UTF-8"?> <rsp stat="fail"><method>smugmug.images.getURLs</method><err code="4" msg="invalid user (invalid Password parameter)"/></rsp>
Why do I need a password when my session is already authorized? The docs say only SessionID, ImageKey and ImageID are required.
Thanks
0
Comments