skip to Main Content

Get page photo likes from facebook open graph – Facebook api

Using PHP, i can retrieve the images from a facebook page using a URL like this: https://graph.facebook.com/v2.7/albumid/photos?access_token=XXXXXXX&debug=all&fields=images&format=json&method=get&pretty=1&suppress_http_code=1 But how can i get the likes count for each photos ? The URL above only returns image url, width and height. I'm…

VIEW QUESTION
Back To Top
Search