Skip to main content
Participant
July 9, 2011
Question

Authenticating With facebook

  • July 9, 2011
  • 1 reply
  • 8018 views

Hey I was looking into getting my iphone packaged flash app to authenticate with facebook on the iphone.  When looking at the fb sdk for iphone I noticed they utilize the custom url stuff that iphone provides. 

I got my app to have a custom url following this http://forums.adobe.com/message/3596513 and ran into the same questions.  How do I access the url that was woken the application.  Specific this functionality

(BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url

in a native ios app.

If it's not possible then how do you authenticate with facebook ?  As far as I can tell the flash facebook sdk is also dependent on the auth token being passed in. 

thanks in advance,

To:NY

This topic has been closed for replies.

1 reply

x24a2000Author
Participant
July 11, 2011

I've managed to authenticate with facebook using the StageWebView to do the authentication and then grabbing auth token on location change. 

Known Participant
December 22, 2011

Hi, this is just what I'm trying to do - do you have an example by any chance that you can share, that shows me how you did this? I'm breaking my brain over facebook.

I have it working with Twitter, auth-ing withing StageWebView and tweetr library,  - but facebook ... struggling.

Thanks if you can help

Regards

Robert