How to use Facebook iOS SDK on iOS 10

Error OSStatus -10814 occures when canOpenURL: can’t find any application, that can open this URL (actually, Facebook trying to find their application by calling canOpenURL: with argument “fbauth2:/”). Printing happens inside of function, so you can’t do anything with that. But if you will run your application on device with installed Facebook app, you will … Read more

Facebook Graph API v2.0+ – /me/friends returns empty, or only friends who also use my application

In v2.0 of the Graph API, calling /me/friends returns the person’s friends who also use the app. In addition, in v2.0, you must request the user_friends permission from each user. user_friends is no longer included by default in every login. Each user must grant the user_friends permission in order to appear in the response to … Read more