Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Hey guys every time i want to login with facebook it opens safari and tells me that my app is allready authorized. But i dont want to show this screen everytime a user logs in with Facebook. I followed the instructions over here to implement facebook login functionality. If the auth button is clicked i simple call the openSessionWithAllowLoginMethod which then handles the rest for me. But i dont how to apply the functionality, that it wont show the authorized screen everytime, to this code ? I would really appreciate some tips or hints.

share|improve this question

1 Answer

up vote 2 down vote accepted

Fill out every field related to your app in the Native iOS App section of the Basic Settings in the App Dashboard. If these fields are not configured, we can't drive traffic to your app or the iOS App Store. In addition, we use the iOS Bundle ID to streamline authentication for users who already authenticated your app. Pro-tip 3: Complete all iOS App Settings

share|improve this answer
Ok, thanks. But we still developing so there is no Appstore ID and i also cant find the SSO Option in our settings ? – self-dealloc Nov 19 '12 at 15:26
just set iOS bundle id, you must have "Configured for iOS SSO" inside developers.facebook.com profile – mientus Nov 19 '12 at 15:27
As a side note, you can get the app store ID if you submit a binary on iTunes Connect and then cancel it right away: link – ale0xB Nov 20 '12 at 17:26

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.