Facebook – Graph API | Get facebook page members/likes

facebookgraphmembers

I've got a question about the facebook graph api.

I have a example facebook page: https://www.facebook.com/pages/TheBestCompany/250721784993387

And i want to get the images from all the people that liked that page.

I've found on this site that it is not possible to find the people that liked a external page. but thats not the case?

I hope to hear from you people:)

Best Answer

No, you can't do that!

Have a look at the facebook api: graph api pages. You can get the count of likes for a page, but there is no connection to the people who like it. Furthermore, if you would know the facebook ids of these users, you would need the user_photos permission.

Related Topic