Top "Facebook-ios-sdk" questions

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

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

I am trying to get my friend name and ids with Graph API v2.0, but data returns empty: { "data": [ ] } When …

facebook facebook-graph-api facebook-ios-sdk facebook-graph-api-v2.0
Native iOS app: What do I put in Facebook's developer "iPhone App Store ID" under Settings, Basic?

I'm about finished with a native iPhone app, but I need to finish SSO via Facebook. Despite my best effort, …

ios facebook facebook-ios-sdk
No such module 'RestKit' with cocoapods and swift

I am having this problem with a brand new project. This problem happens with both RestKit and Facebook SDK. Strangely …

swift restkit cocoapods facebook-ios-sdk
How to make Xcode find file FacebookSDK.h?

It says "FacebookSDK/FacebookSDK.h file not found" Yet I can jump-to-definition on the #import and it takes me to …

xcode header-files facebook-ios-sdk
com.facebook.sdk error 2 on iOS

I have a Phonegap app that runs on both iOS and Android. The app has a Facebook login feature which …

ios facebook cordova phonegap-plugins facebook-ios-sdk
Facebook iOS SDK and swift: how get user's profile picture

i have integrated Facebook sdk in Xcode 6 (with swift). During the login i request the public_profile permission: FBSession.openActiveSessionWithReadPermissions(["…

ios swift facebook-graph-api facebook-ios-sdk
Facebook share content only shares URL in iOS 9

Share FBSDKShareLinkContent with FBSDKShareDialog works fine in iOS 8 but fails to share imageURL, contentTitle, contentDescription on iOS 9 devices. The app …

ios iphone facebook ios9 facebook-ios-sdk
How to use Facebook iOS SDK on iOS 10

I am trying to use Xcode 8 to build a app with Facebook login using Swift 3. When I switch back iOS …

ios swift facebook-ios-sdk ios10
[Facebook-iOS-SDK 4.0]How to get user email address from FBSDKProfile

I'm upgrading my app to Facebook-iOS-SDK-4.0, but seems like I can't get user email from FBSDKProfile, since it only provide, …

objective-c facebook-ios-sdk facebook-ios-sdk-4.0
Facebook iOS8 SDK build module error for FBSDKCoreKit

I am trying to add the Facebook SDK to my iOS 8 Objective-C app in Xcode. I did the install according …

objective-c ios8 facebook-ios-sdk