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.

In one of my app, i need to load facepile with given url. For liking the post and other things related to Facebook, i am using Facebook SSO. Please anyone help me in loading facepile ?

share|improve this question
Have you looked here - developers.facebook.com/docs/reference/plugins/facepile ? Also, using the Like button, there is an option to show Faces next to the button when users like your page, have you tried that as well - developers.facebook.com/docs/reference/plugins/like ? If yes to both, then please elaborate your question. – Deepak Lakshmanan Sep 10 '12 at 21:31
actually for liking the post I used like the following way..... NSMutableDictionary *params = [NSMutableDictionary dictionary]; AppDelegate *delegate = (AppDelegate *)[[UIApplication sharedApplication] delegate]; [[delegate facebook] requestWithGraphPath:[NSString stringWithFormat:@"%@/likes",[resultDictionary valueForKey:@"id"]] andParams:params andHttpMethod:@"DELETE" andDelegate:self]; how can i load facepile using the similar way how i did posts.. is it possible,even i tried ths one too - developers.facebook.com/docs/reference/plugins/facepile. but in vain – Venkat Manohar Perepa Sep 11 '12 at 4:23

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.