Skip to main content
Inspiring
August 8, 2011
Question

Facebook login

  • August 8, 2011
  • 1 reply
  • 1675 views

Hi,

Has anyone created an app for iOS and/or Android which successfully logs a user into Facebook and therefore has an access token?

The AS3 FB api requires the FB popup to work which is fine but, it doesn't work on iOS during my tests.

Any clues?

Can we target an embedded stagewebview component to display the popup?

Could we show the initial app state until login as a stagewebview then, once logged in...go to the main app?

Just some thoughts.

VERY interested to hear how others have integrated Facebook using AS3 in their iOS and Android apps.

This topic has been closed for replies.

1 reply

August 8, 2011

Hi:

I have uploaded "Photos of You" on AppStore which uses the as3 FB Library. Though I had to make some changes in their lib, If you take the latest library developed specifically for mobile, it should work.

DaveCatesAuthor
Inspiring
August 8, 2011

Hi Saumitra,

Thanks for your response.

What kind of changes did you have to make?

What about the popup?

Dave.

August 8, 2011

Hi:

Get GraphAPI_Mobile.swc from here http://code.google.com/p/facebook-actionscript-api/downloads/list For mobile the Pop-up has been replaced by the stageWebView. If you face any problems after that please provide feedback/questions on this thread.