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.