Titanium iOS - Facebook SSO not returning to App -


I recently signed a Facebook single sign in my application using titular titles of appelster. Which is "working well, but has failed to automatically return to its application when presented with a" previously authorized "Facebook page.

If the user is inside Facebook" OK "Clicks on the button then re-opens the application and works as always. I'm just getting rid of that extra step for the users.

Any suggestions? I came into the Objective-C solution Like:

f Yaros, Tom

I believe this issue was linked to the Facebook app, not set properly Is happening and not directly tested on any device instead of the simulator.

The following settings should apply to you in the Facebook application.

IOS Bundle ID: com.yourcompany. IPhone App Store ID: 24242423 Enable: Local iOS App

  • Configure for iOS OS Tested on the simulator, Safari will be triggered to open and show authorization due to setting up the Facebook app (hence why you need a real device). . After pushing your app on the device and triggering the SSO within your application, if you have an error, already authorized or successful, then your application will be redirected back.

    Hopefully anybody who does this will get help.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -