Reputation: 1
I've got some problem with the login flow. When a user click on login button he's redirect to the permissions flow. If he accepts, there are two ways :
As you can see, the app pic is empty, I don't know if it's a clue. I checked my bundle id, it's ok in ios side and facebook side.
I tried to login in different way, with FBLoginView, with
[FBSession openActiveSessionWithReadPermissions:allow LoginUI:completionHandler]
but always the same error with the facebook app installed.
I really don't know where I failed.
Upvotes: 0
Views: 18103
Reputation: 3406
This error seems to be a pretty generic one.
You can try to change the sandbox flag to production on your Facebook app. (under the Facebook developer portal).
Upvotes: 1