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 want to make a facebook flash app. Now im trying to make it possible to invite your friends to the app. I want to do this from within actionscript without the user having to leave the app.

The ideal solution would be to make a custom interface show possible invites and then doing some URL request containing the friends id's

Anyone have any idea how to solve this or if its even possible ?

share|improve this question
I just had to do this for my last site, but found it impossible. Our solution was to use an iFrame over the top of the site to load the fb:multi-friend-selector. I found this blog very useful: blog.yoz.sk/2010/06/extending-facebookoauthgraph-class – danjp Jul 31 '10 at 15:49

1 Answer

You can use the FBJSBridge to call JavaScript functions. From within JavaScript you can launch an invite friends dialog that appears over top of flash. This blog post goes into more detail:

http://blog.goltergaul.de/2009/12/facebook-inviting-people-to-your-application-from-within-actionscript/

share|improve this answer

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.