kennylerma / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

Facebook app using pure action script #272

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
In a pure action script app, need to authenticate with facebook and fetch user 
information. Right now its easily done in a flex app. Is there a way to do this 
in a pure action script app?

What is the expected output? What do you see instead?
Authentication with facebook using pure action script and not flex

What version of the product are you using? On what operating system?
Latest facebook action script API (GraphAPI 1.6), windows vista and windows 7

Please provide any additional information below.

Original issue reported on code.google.com by rajmukun...@gmail.com on 11 Mar 2011 at 4:50

GoogleCodeExporter commented 9 years ago
In the downloads section, grab GraphAPI_Examples_1_6.zip.
Inside, there are AIR, Flex, and Flash examples.
You can look at FlashWebExample for starters. After logging in, in login 
handler you could add a call to grab the user's info with Facebook.api( "/me", 
onUser );

Original comment by yourpalm...@gmail.com on 11 Mar 2011 at 6:26

GoogleCodeExporter commented 9 years ago
There's also a DesktopPureAS3 folder in that GraphAPI_Examples_1_6.zip file 
which uses just AS3.

Original comment by rovertn...@gmail.com on 17 Mar 2011 at 9:44