Facebook iOS SDK
Hello,
I'm getting a lot of "Something went wrong" errors when I prompt the user with a feed dialog inside my app, if they need to login, they get the error when they tap login.
I noticed some apps are having the same problem, for example NASA app.
However, if I request extended permissions, such as the C4 News app, then it seems there is no problem.
So... I am trying to request extended permissions (which I don't need) - because it seems to make it look less broken.
However when I call
facebook authorize:
Safari is launched, this is not what I want to do, and on the C4 news application, the permissions request is done in a dialog in app like I want, how can I do this ?
|