I am using facebook sdk for my my iOS facebook application. I want to send app request to multiple users. I am using following method for that purpose.
NSArray* actionLinks = [NSArray arrayWithObjects:[NSDictionary dictionaryWithObjectsAndKeys:
…
I'm having a nightmare trying to install the Facebook SDK on iOS for app events analytics. The facebook documentation is terrible, and inconsistent, and I can't find any up to date installation documents that work. All I want to do is install the…
When compiling my project in the latest version of Xcode I'm running into the following error:
Showing Recent Messages
target 'FBSDKLoginKit' has invalid header layout: umbrella header found at…
I'm developing a Mac application to share the files (video, images) to Facebook using the Facebook API.
In the Facebook SDKs & Tools, I can find only iOS SDK (iPhone & iPad), but not the one specific for Mac application. Does it mean we've to use…
we've integrated Facebook Audience Network in our Android and iOS apps a few days ago. We're using AdMob Open Bidding mediation.
Technically speaking everything seems to be ok, the SDK is initializing as expected and the AdMob adapter has been…
I just use Facebook Analytics in my iOS app using FBSDKCoreKit 8.1.0 (latest)
This error message keeps flooding my log:
FBSDKLog: FBSDKGraphRequestConnection cannot be started before Facebook SDK initialized.
I don't even use the Graph API.
I've…
I have been searching stackoverflow and the internet and did no find a working solution for my intention.
I want to call a method with a string as parameter which is then posted to the facebook wall without showing a dialog. Of course only when a…
We are using Google SDKs like SignIn,maps and Analytics.
Facebook SDK for signIn.
Alamofire and ObjectMapper for Networking and JSON parsing.
Realm for DB.
When there is no internet connection I am getting following error on console. I have…
I want to post something in the users friends wall.
I use this to post into the user wall
SBJSON *jsonWriter = [[SBJSON new] autorelease];
NSDictionary* actionLinks = [NSArray arrayWithObjects:[NSDictionary dictionaryWithObjectsAndKeys:
…
I want to encapsulate all my Facebook interactions within a FacebookFacade class to keep things clean and tidy. I have an instance of the iOS SDK Facebook class within my FacebookFacade.
My problem is that when I make a Graph API call within the…
I am trying to share a video on facebook using FBShareDialog.
But I am getting error :
The operation couldn’t be completed. (com.facebook.sdk.share error 2.)
I have the file path :…
I've integrated facebook-sdk-swift manually in my ios project in xcode8 following documents [https://developers.facebook.com/docs/swift/getting-started]. I'm getting error
"Ambiguous reference to member logIn(_:viewController:completion:)"
my code…
In my app I'm using facebook SDK to login a user like this:
FBSDKLoginManager *login = [[FBSDKLoginManager alloc] init];
[login logInWithReadPermissions: @[@"public_profile", @"email"] fromViewController:self…
Mine is an iOS app in Objective-C and have integrated Facebook SDK for login functionality.
I have a mainview controller where I display my button. On button click belowmentioned code is executed on the button handler.
FBSDKLoginManager *login…
I get these errors
Here is the pods that are installed
My Podfile is :
platform :ios, “8.0”
post_install do |installer|
installer.pods_project.build_configuration_list.build_configurations.each do |configuration|
…