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.

When you go on your profile page and click on "See all" in the "Friends" sidebar, you come up with a simple popup showing a (paginated) list of your friends (with their profile picture and name) and a search button.

I've got a list of users' ids and I'd like to display them in the same exact way: with a popup, the list and the fancy search button. Is there any simple way of doing this or should I write the popup content by hand (trying to imitate FB layout) and then use FBJS to display it? Thanks.

share|improve this question

1 Answer

up vote 0 down vote accepted

I think there is no simple way to do it. FB doesn't provide the feature as a plugin or single API. But it would be possible to imitate the UI by using CSS+Javascript that FB uses.

share|improve this answer
I feared that. I hoped since this is a very used (and reused) feature in FB website, there could have been some API to do this! :-( – Alberto Santini Sep 1 '10 at 15:58

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.