views:

140

answers:

0

Hi all,

I am trying to build a small facebook app inside an iframe. Amongst other thing the user will be able to pick a list of friends and perform a search on their content in the application. My problem is that even if the user does insert his friends name there's nothing I can do with it (Facebook let's us work only with their ids), so naturally I checked out some of facebook's fbml tags and discovered fb:multi-friend-input . Now, I've inserted this tag into my app and it works! Though I cannot seem to retrieve its values. Does anyone have any idea of what to do ?

Thank you!

related questions