Can't understand why https://graph.facebook.com/<fbid>
returns error for some photo IDs and perfectly returns complete data for other photos:
Zuck's public photo: http://www.facebook.com/photo.php?fbid=678444210201&set=a.678443077471.2250487.4&type=3&theater
https://graph.facebook.com/678444210201 returns:
{
"error": {
"message": "Unsupported get request.",
"type": "GraphMethodException",
"code": 100
}
}
Public photo from my timeline:
Again https://graph.facebook.com/477213612342669 returns just the same error.
And now, for example, techcrunch's public photo:
http://www.facebook.com/photo.php?fbid=10151697421107952&set=a.114456157951.118433.8062627951&type=1
https://graph.facebook.com/10151697421107952 returns complete data for the photo.
I understand that usually this error means that there are some restrictions set - user settings, application settings, etc. But I can't find in my account specific settings ...
Any ideas?