DomingoSL
DomingoSL

Reputation: 15484

Need an easy example of actionscript 3 and facebook API integration

im programmer in PHP, AS2, AS3 and others, i want to develop a flash application for facebook, i know a litle bit about how to start with the API configuration and that kind of thinks, i know how to integrate PHP scripts with flash (but in AS2).

So, i cant find a good (and simple) example of an app made in flash (AS3) who integrates with the facebook api and do some simple stuff like return the pictures of yours friends...

Well, i think you guys can help me with this, thanks! and sorry about my english.

Upvotes: 1

Views: 2881

Answers (3)

Yuval A.
Yuval A.

Reputation: 6089

I've written a tutorial on how to achieve connection with Facebook from within Flash using just native ActionScript3 and the Facebook PHP SDK:

http://icodethings.tumblr.com/post/17597008914/connect-with-facebook-workflow-from-flash-as3-using

Upvotes: 1

Fabio
Fabio

Reputation: 990

Look also in "Tour de Flex" (aplication tutorial for Flash/Flex/AIR) that has running code demostration of FaceBook API from Flash...

http://www.adobe.com/devnet/flex/tourdeflex.html

Upvotes: 1

Miha
Miha

Reputation: 301

You can use Adobe solution for communication with Facebook, here is the main page: Adobe Flash and Facebook.

Upvotes: 1

Related Questions