Top "Facebook-ios-sdk" questions

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

Getting random "facebookErrDomain error 10000"

I am using the latest facebook IOS SDK, and I am getting random "facebookErrDomain error 10000", when using the requestWithGraphPath. I …

ios facebook-ios-sdk
How to retrieve Facebook response using Facebook iOS SDK

I am using the Facebook iOS SDK for iPhone. I initialize the Facebook instance facebook = [[Facebook alloc] initWithAppId:kAppId]; And …

ios facebook facebook-ios-sdk
Opening FBSession in consecutive launches (FB SDK for SDK 3.0)

I am trying to integrate the new Facebook SDK for iOS and had a problem understanding some concepts. I authenticate …

ios facebook facebook-ios-sdk
iOS Facebook SDK: An active access token must be used to query information about the current user

I have followed many examples and looked at many questions regarding this access token error, but I can't seem to …

ios facebook facebook-ios-sdk
com.facebook.sdk.core error 8

This is more informative than anything. I couldn't for the life of me find anything on error code 8 when trying …

ios facebook-ios-sdk
The app references non-public selector in id (Facebook SDK iOS)

I was having this warning when submitting my app with Application Loader. The app references non-public selector in MyApp : id …

ios facebook facebook-ios-sdk application-loader
ios-Facebook SDK 3.0 Error 5 When Posting Status Update

I am trying out adding facebook integration in an app using the new (beta) facebook ios sdk 3.0. All I would …

ios facebook facebook-ios-sdk
FBSDKShareDialog doesn't share Photo without Facebook App installed, IOS

I am using Facebook SDK 4.0,https://developers.facebook.com/docs/sharing/ios#share_dialog I am using FBSDKShareDialog to share …

ios facebook facebook-ios-sdk facebook-sdk-4.0
How to install facebook sdk for iOS using cocoapods?

In the facebook's documentation: Here: https://developers.facebook.com/docs/ios/getting-started It's written that we could use: pod \'Facebook-iOS-SDK\…

ios objective-c swift cocoapods facebook-ios-sdk
Cocoapods use_frameworks! import issue

I want to use some Swift pods in my Objective-C app, so I need to use frameworks instead of static …

objective-c xcode cocoapods facebook-ios-sdk