Facebook SSO on iOS

I’ve got Facebook SSO working on Android. Now when I’m testing the iOS version of the app, the following happens:

  1. Facebook site or Facebook app opens depending on whether app is installed when I call facebook.login.
  2. Nothing more happens, Facebook seems not to be aware my app opened it as far as I can tell.
  3. I press “home button” and oepn game manually, which is stuck in forever “Connecting to Facebook…”-state because Corona is not reporting a failure through Facebook listener. Sigh.

I’m quite sure I’ve got my build.settings correct (I’ve followed the Corona tutorials at either rate), but if this sounds like a typical problem I’d like to know. [import]uid: 58849 topic_id: 22141 reply_id: 322141[/import]

I had this problem and solved it checking my appID in facebook.login() call. I was seding my appID with the “fb” prefix, so, after remove it, everything worked fine. [import]uid: 50425 topic_id: 22141 reply_id: 92827[/import]

Thanks for the tip. Can’t recall (back when I first read) if this helped fixing it, maybe it did. :slight_smile: Tried many different things.

My issue has now changed into SSO working with web browser on iOS but not if the FB app is installed. O_o

Works fine on Android. [import]uid: 58849 topic_id: 22141 reply_id: 94204[/import]