Top "Facebook-ios-sdk" questions

Facebook's SDK for developing Facebook-connected applications for iOS devices

'FBSDKLoginKit/FBSDKLoginKit.h' file not found (Facebook SDK for iOS v4.2 & Xcode 7)

I follow all the steps in This Tutorial and/or Facebook SDK Documentation to install Facebook Login on my App, …

ios xcode facebook swift facebook-ios-sdk
IOS Facebook SDK: login doesn't return email despite permissions granted

I'm trying to get information through the facebook sdk but so far I'm getting only the id and the name …

swift facebook-graph-api facebook-ios-sdk
FB Login using Swift 3 not returning any values and not get back the user to the App after successful login

I'm using iOS 10 Swift 3 to integrate FB Login. I have followed all steps from Facebook documentation. Now the issue is, …

ios swift facebook-ios-sdk swift3 ios10
FacebookSDK and Bolts conflicting each other (duplicate symbols) on build

Not sure what is the problem.. 91 symbols found duplicated for armv7 Am on a Swift project targeting iOS 7.1. Both frameworks …

ios facebook-ios-sdk bolts-framework
Facebook SDK Login - Application Unavailable: The application you're trying to use is either no longer available or access is restricted

A user tried to login to my app using Facebook login and they encountered the following error after being redirected …

facebook facebook-login facebook-ios-sdk
Photos don't show up in News Feed on Facebook

Uploaded photos through Graph API "me/photos" aren't showing up in News Feed on Facebook. But the photos are added …

facebook-graph-api photos feed facebook-timeline facebook-ios-sdk
How to post to a users wall using Facebook SDK

I want to post some text to a users wall using the facebook sdk in an iOS app. Is posting …

iphone ios facebook facebook-graph-api facebook-ios-sdk
Facebook iOS SDK 3.1: "Error: HTTP status code: 400"

I am running the Facebook SDK 3.1 on Xcode 4.5GM with iOS6 simulator. I connect to FB in the iOS settings …

ios facebook facebook-graph-api facebook-ios-sdk
Facebook iOS SDK 3.5.1: openActiveSessionWithReadPermissions - completion handler called twice

I have a button to share a link. I'm using basically two calls: openActiveSessionWithReadPermissions and requestNewPublishPermissions. So this is the …

ios objective-c facebook facebook-ios-sdk
Does the Facebook iOS SDK require the user to authenticate every time they use the app?

As described in the README for facebook-ios-sdk, my app calls Facebook#authorize:delegate: before performing any API calls. This method …

ios facebook facebook-ios-sdk