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 want to display the list of the user's friends who made an Open Graph action, like cooking. I can do this with Facepile, but how can I do this with the Graph API in order to control how it's displayed?

I can't find the corresponding Graph API call. Is there a simple way in order to avoid multiple Graph API calls?

share|improve this question
I modify the question. I can't find the corresponding graph api call. Is there a simple way in order to avoid multiple graph api call? – Julien Duponchelle Feb 9 '12 at 14:39
You want to find out if a user's friend has published an OpenGraph action similar to those in your app? – Lix Feb 9 '12 at 14:45
If a friend do same action. – Julien Duponchelle Feb 13 '12 at 8:53

1 Answer

Facebook should make api for that, but there is not way currently. I asked the technical support in facebook.com for that. They have a plan to implemente in FQL, but not yet. So, facepile is only way until now. Check http://developers.facebook.com/docs/reference/plugins/facepile/ and check other type of codes like javascript SDK or iframe.

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.