You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<xml>
<status>valid</status>
<response>
<title>My best photo</title>
<description>This photo was token ...</description>
<publish-date>2011-08-24T12:33:42+01:00</publish-date>
</response>
</xml>
Response Error
If an error occurs like an unknown photo id:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<xml>
<status>error</status>
<code>no_result</code>
<message>There is no photo corresponding to the 'id' : 123456</message>
</xml>