I uploaded a photo to my own facebook profile, and made it public. Then I gave user_photos and friends_photos permission to my own app, and received the access token. I executed this call from my browser:
https://graph.facebook.com/*my_id*/photos?access_token=*access_token*
The response is an empty data set:
{
"data": [
]
}
What am I doing wrong? This seems it should be so simple but not sure what I am screwing up. I would be grateful for any help, thanks.