Skip to main content

All Questions

1 vote
1 answer
869 views

application:openURL:options: vs scene:openURLContexts:

in https://developers.facebook.com/docs/ios/getting-started they say iOS 13 moved opening URL functionality to the SceneDelegate. If you are using iOS 13, add the following method to your ...
zeus's user avatar
  • 12.6k
0 votes
0 answers
241 views

iOS FB SDK Access Token is nil

I'm using FBSDKCoreKit and FBSDKLoginKit v13.1 I have a FB Login Button in my application with the following handler: - (void) loginButton:(FBSDKLoginButton *)loginButton didCompleteWithResult:(...
Hans Vn's user avatar
  • 835
0 votes
1 answer
147 views

FBSDK 9.0.1 Error: dispatch_once IOS Obj C

I updated FacebookSDK from 7.0.1 to 9.0.1 using Cocoapods, and I am getting an error in this method: _dispatch_once(dispatch_once_t *predicate, dispatch_block_t block) { if (DISPATCH_EXPECT(*...
taimur's user avatar
  • 54
1 vote
1 answer
553 views

Facebook SDK 9.0 not installed with cocoapods

As per the new release of Facebook SDK, all the old SDK is deprecated. But when I tried to update the Facebook SDK through a cocoa pod in my running objective c project then it is not updating to ...
Karamjeet Singh's user avatar
3 votes
2 answers
802 views

iOS Facebook Audience Network SDK Crash - +[FBSDKTypeUtility dictionary:objectForKey:ofType:]:

I've integrated Facebook Audience Network iOS SDK via Cocoapods. pod FBAudienceNetwork Cocoapods version: 1.9.3, FBAudienceNetwork version: 5.10.0 Then, I got many production iOS crashes due to +[...
David Liu's user avatar
  • 960
0 votes
0 answers
74 views

Is it possible to get a server code from Facebook Login?

I am implementing Facebook Login using the Objective-C SDK. I make a call like: @property (strong, nonatomic) FBSDKLoginManager *loginManager; // inside a method: [self.loginManager ...
Dmitry Minkovsky's user avatar
-1 votes
2 answers
76 views

Objective C iPhone: Open PDF doesn't work anymore

So far I could open a PDF from anywhere on my iPhone and choose "Export to..." my app and then it started an import mechanism in my app. I've implemented the Facebook SDK now and I assume it has to ...
MichiZH's user avatar
  • 5,767
2 votes
0 answers
331 views

Login With Facebook Doesn't Respond On iOS 11 After Upgrading SDK

I have application on production with Facebook SDK version 4.24.0. Everything works fine with login with facebook in production application. I have updated Facebook SDK version to 4.35.0. This ...
Azat's user avatar
  • 490
0 votes
3 answers
254 views

iOS: unable to logout Facebook user and ask for email and password again

I'm having trouble switching users once I log in for the first time. I tried using loginManager.logOut But I keep getting returned to the same screen with no option to log out. How do I make it so ...
MVZ's user avatar
  • 2,240
2 votes
1 answer
614 views

FBSDKLikeControl with iOS10 does not works

I want to use a FBSDKLikeControl button in my app. Thats works on iOS11 but with iOS10 Safari disappear 1 sec after... and back in my app. Do you know Why? Thanks
Julien Levallois's user avatar
0 votes
1 answer
2k views

How to resolve this error "Failed to send AppEvents" in facebook - IOS sdk

We are using facebook analytics in our project. Application ID and Bundle Id configured perfectly. It was working till yesterday. Suddenly it is not working, We didn't change anything. - (BOOL)...
Ramkumar Paulraj's user avatar
0 votes
1 answer
107 views

iOS Game - Facebook SDK Like with custom button / programmatically

We're making a game in C++ (Cocos2d-x) for iOS and Android and we'd like to show a Facebook Like button in our game that works with the iOS Facebook SDK. As it seems like the default way is to use ...
keyboard's user avatar
  • 2,315
0 votes
2 answers
217 views

PFFacebookUtils logInWithPublishPermissions doesn't load permission screen

I'm working on a Parse application where i need publish_actions permission from user after login. I'm using PFFacebookUtilsV4 framework. I've tried [[PFFacebookUtils facebookLoginManager] ...
Milan Mendpara's user avatar
2 votes
0 answers
144 views

Upgrading Facebook SDK (iOS) loses logged-in status

[FBSDKAccessToken currentAccessToken] returns nil as our app initializes, but ONLY immediately following an upgrade of the Facebook SDK. (This is not the same issue others have reported about losing ...
Ben Ritter's user avatar
2 votes
3 answers
2k views

Facebook SDK Objective-C trigger event after login

I'm new to IOS Application Development and this is the first time I've integrated the Facebook SDK into an application. I'm using my initial view controller to authenticate the user via the Facebook ...
Radu Bucur's user avatar

15 30 50 per page
1
2 3 4 5
23