Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've looked at facepile but

This plugin only displays friends photos. If the user does not have friends who have liked your page or have connected to your site, no faces will be shown.

How can I display all of profile pictures of every user who has liked my site, and not just the ones that I'm friends with?

share|improve this question
Don't think you can - it's probably a privacy thing. Try developers.facebook.com/plugins social plugins. – Adam M-W Jan 8 '11 at 8:23

1 Answer

At the moment you can not claim user_ids of people, who like your page using the API. There was a method once, but it has been removed for some reasons. See Facebook Bug Tracker fur this issue.

As you can read in the bug comments, the "members" connection will be revised by FB, and hopefully be back soon. In case this is working again, you can fetch member_ids via API, and use the ids to show profiles with url like this: https://graph.facebook.com//picture

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.