Skip to main content

All Questions

5 votes
1 answer
835 views

Parse Error: Unacceptable Facebook application id

When I try to sign into my iOS app using Facebook, I get the following error: [13451:7e0f] Error: Unacceptable Facebook application id. (Code: 251, Version: 1.2.19) The strange part is that I only ...
user3893910's user avatar
1 vote
0 answers
425 views

No SSO Configure option in Facebook iOS App Setting

We are trying to create a Facebook Page for our iOS APP. But we are getting the following error - "Your iOS App does not appear to use Single Sign-On (SSO)". In Facebook iOS App Setting page, we have ...
Jacob Turner's user avatar
1 vote
1 answer
358 views

Publish Feed with SSO in Facebook (IOS)

I am working on Facebook integration and trying for Single Sign-On with publish feed functionality. I am using latest FacebookSDK. I have Facebook's Hackbook example code but, i am new to all this so ...
iUser's user avatar
  • 1,075
1 vote
1 answer
783 views

Facebook "apprequest" dialog asks for facebook login where as app is already logged it to facebook

I'm following example of facebook authentication https://developers.facebook.com/docs/tutorials/ios-sdk-games/authenticate/ for Login i've used: [FBSession openActiveSessionWithPermissions:...
W.S's user avatar
  • 931
4 votes
1 answer
815 views

iOS SDK does not seem to handle revoked access token in iOS 6

After my app gained access to facebook account registered in iOS 6's setting, I revoked the app from my facebook's privacy setting. And then I try to reconnect my app with facebook by calling [...
minorblend's user avatar
24 votes
6 answers
33k views

Facebook authorization fails on iOS6 when switching FB account on device

I'm using die Facebook SDK 3.1.1 to implement FB Connect in my iOS application. This works fine in the simple case with either the new FB integration (logged in on iOS) or falling back to the normal ...
Kathrin Holweger's user avatar
2 votes
2 answers
1k views

How to implement Login with FaceBook in iOS app

I want to implement an app which uses FaceBook login to enter the app. How can I do this. I have seen few guidelines like this https://developers.facebook.com/docs/howtos/login-with-facebook-using-ios-...
Zach's user avatar
  • 10.1k
1 vote
0 answers
233 views

Could somebody explain or give an example what features does Facebook new SDK support for iOS 6?

On Facebook developer blog, it said "Updating the Facebook SDK with support for iOS 6.0". But when I setup login following by https://developers.facebook.com/docs/howtos/login-with-facebook-using-ios-...
user1300503's user avatar
1 vote
2 answers
578 views

On iOS6, could my App share the account with integration Facebook account in settings?

As we know iOS 6 integrate Facebook, just as twitter. And we can login Facebook in settings and then post photo directly. I follow by https://developers.facebook.com/docs/howtos/login-with-facebook-...
user1300503's user avatar
3 votes
3 answers
2k views

Does facebook-ios-sdk use the iOS 6 Facebook integration to support sign-on without opening the native Facebook app?

I'm trying to figure out whether the latest facebook-ios-sdk (v3.0.8) is supposed to automatically make use of the new iOS 6 Facebook integration to support "Login with Facebook" without delegating to ...
Cole R's user avatar
  • 138
0 votes
1 answer
3k views

Facebook iOS SDK login returns to app without showing dialog box

This is to document and share the solution to a problem I faced, hopefully it's of benefit to others as well. Problem: Using the Facebook iOS SDK to perform a Facebook login from my iOS app, it ...
Steven's user avatar
  • 68
1 vote
0 answers
125 views

Is there any limit for iOS SSO on multiple apps

Facebook documentation defines that if you have multiple apps using a single Facebook app ID you will need to add a configuration to the App Dashboard to list the URL Scheme Suffix information for the ...
user1561181's user avatar
3 votes
0 answers
391 views

Use access_token from server in new iOS SSO client environment

I'm working on a service where we allow users to signup and login with their Facebook accounts. The service runs both on the web and on an iOS client. The use case I'm having trouble with is this: ...
Joshua Karjala-Svendsen's user avatar
0 votes
3 answers
1k views

Facebook single sign on in iOS issue

I just run the demo app for the single sign on Facebook and I am getting the following: And what I want is actually something like this: I wanted it to not show as a web view, how do I do that?
adit's user avatar
  • 33.4k
2 votes
4 answers
5k views

Disable Single Sign On (SSO) in Facebook IOS SDK

We've built an iOS app that uses the Facebook SDK. Unfortunately, our client has asked that we disable backgrounding in the app and this means that the Facebook single-sign on (SSO) scheme doesn't ...
Gehan's user avatar
  • 73