Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flash Air App - IOS - How To Integrating Facebook

Tags:

facebook

air

I have an AIR app that I am wanting to convert to a IOS APP (using flash as3)

I have used the facebook for flash api in the past, but what theat usually entails is the app opening a new browser window to log in to facebook and authorise the app.

How can I do this using to build the app as a mobile app?

like image 317
Lawrence Cooke Avatar asked Dec 17 '22 08:12

Lawrence Cooke


1 Answers

There are updated versions of the same API specialized for mobile. Which will, Instead of a new window, will open the login page in a StageWebView that spans across the screen.You can find the API at http://code.google.com/p/facebook-actionscript-api/

If you want to use the same API with the new single-Sign-On method you can read my post at http://saumitrabhave.blogspot.in/2011/10/facebook-single-sign-on-for-air-ios.html

like image 137
Saumitra R. Bhave Avatar answered Jan 30 '23 12:01

Saumitra R. Bhave