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 currently developing a game for Facebook. The design of the game requires me to create a page where you can invite your Facebook friends.

I know I can generate the request dialog via a click, but I wanted to just have a list of friend's avatars on the page, which you can select and then have the request sent (after user click). It was (I think) possible with the old fb:serverFbml, since it created iframe with friends' list, but FBML is not supported anymore.

Is such customization supported by Facebook JS SDK (or JS/PHP SDK combo)?

share|improve this question

1 Answer

up vote 1 down vote accepted

For security reasons this can't be embedded, you need to use the dialog Facebook provides, most likely to prevent clickjacking.

share|improve this answer
Thanks for the answer. Now I wonder - how it's done in all those Flash games out there on Facebook? They have custom-looking dialogs and stuff. – Detariael Oct 25 '11 at 13:48
They make their own, or use third party libraries, I believe there are several javascript libraries that offer such a dialog component but i'm not familiar with them – Igy Oct 25 '11 at 14:07

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.