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 am working on a Facebook app for sharing recipes and creating menus with friends: https://apps.facebook.com/336259823101185

I would like to create a way to select a friend and get their id (but not send any notifications or anything). Is there some sort of plugin that I can use? It seems like fb:friend-selector does what I'm looking for, but it's been deprecated.

share|improve this question

1 Answer

A popular way of doing this is with this third party tool: https://github.com/mbrevoort/jquery-facebook-multi-friend-selector

There's no built-in method in the API to render such a dialog, you'd have to implement something yourself if that jquery example doesn't meet your use-case

share|improve this answer
Thanks, this looks perfect. – user1367169 May 1 '12 at 5:52

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.