Facebook Graph API and ActionScript

Posted by dani on Stack Overflow See other posts from Stack Overflow or by dani
Published on 2010-04-26T11:18:10Z Indexed on 2010/04/26 19:43 UTC
Read the original article Hit count: 550

I'm setting out to develop a number of Facebook applications/games, which make use of some Facebook user information and stores game info in a database backend etc, in ActionScript 3.0.

  1. How can one leverage the new Graph API

  2. Should I use JavaScript or PHP as a "middle layer" or should I go with the ActionScript Client Library?

  3. Are there other libraries (Facebook / database / multiplayer related.) that could simplify the development of these Facebook games?

© Stack Overflow or respective owner

Related posts about facebook

Related posts about game-development