Skip to main content

Questions tagged [facebook-ios-sdk]

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

facebook-ios-sdk
2 votes
0 answers
72 views

Is it possible to add Facebook SDK to my iOS Widget Extension?

Following the guide provided by Facebook I'm trying to add Facebook SDK to use analytics for my widget extension Seems not easy because the SDK asks to use CFBundleURLSchemes and AppDelegate.swift ...
Martino Bonfiglioli's user avatar
0 votes
0 answers
1k views

How do I initialize the Facebook SDK?

I'm trying to put Facebook posting functionality into an iOS app of mine. I'm following the Facebook tutorial, and it tells me to put this code into my AppDelegate, which I've just migrated from ...
Montana Burr's user avatar
3 votes
1 answer
2k views

Facebook SDK Deferred deeplinks not working in iOS 14

My existing and new apps are not able to handle deferred deeplinks on iOS 14. This was not happening until I updated to iOS 14. Steps: Use Deep link tester from App ads helper and send a deferred ...
Danylo Kurylo'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
2 votes
0 answers
825 views

Unclear Facebook Graph API deprecation warning

My iOS app is using Firebase + Facebook (version 7.1.1) to authenticate users. I have now received the following warning: Your App currently has access to Graph API v3.0 which will reach the end of ...
José's user avatar
  • 3,144
3 votes
2 answers
4k views

Redefinition of module 'FBSDKCoreKit' error on React-Native Facebook SDK

Having issue like this on build app while trying add facebook sdk and run on simulator: Steps i produced: Installed facebook-ios-sdk via swift package manager Installed react-native facebook sdk ...
ugrdursun's user avatar
  • 359
3 votes
2 answers
376 views

Unable to get user's email ID in user_friends API of Facebook

I'm fetching the list of user's friends who all are using the application with Login with Facebook feature. In GraphAPI for "user_freinds" request, I'm requesting for id, email & name of the users....
Keyur Tailor's user avatar
0 votes
1 answer
187 views

Unable to login Facebook in development mode - IOS Swift 5

Integrated FacebookSDK in my app and submitted for approval. I need to test Facebook Login in development mode before going into live. So when I tried to login user development mode Facebook page is ...
Suja's user avatar
  • 1
1 vote
1 answer
1k views

Why can I not create Ad Set Optimized for App Events (i.e. Purchases)?

When trying to create an ad set in FB Ads Manager optimized for app events such as purchases, it does not work. It shows me the error: "App Event Optimization requires both application id and custom ...
AppreciateIt's user avatar
0 votes
1 answer
595 views

Unknown type name 'SKPaymentDiscount'. FBSDKCoreKit

I am facing an issue when building the Facebook sdk for iOS facebook-ios-sdk in my Swift 3 iOS application. I have recently updated the FBSDKCorekit and FBSDKLoginkit pods I'm using in my iOS ...
user3574533's user avatar
6 votes
0 answers
964 views

FBSDKLog: Unable to obtain a key window

When I start my application I get the following log: FBSDKLog: Unable to obtain a key window, marking <UIWindow: 0x100e7b260; frame = (0 0; 375 667); hidden = YES; gestureRecognizers = <...
themenace's user avatar
  • 2,760
6 votes
2 answers
6k views

Where is the FBSDKSettings.setAutoLogAppEventsEnabled(true) method?

I can't find the FBSDKSettings class in the newest Facebook SDK version which is on CocoaPods. Can you help?
SeverinCH3047's user avatar
1 vote
1 answer
189 views

Share Facebook profile after Login - user_link

We have a platform where users get logged in with Facebook. Now on customers demand, we want to provide a feature where we will request logged in users profile link at the time of login via user_link ...
Amit Pandey's user avatar
0 votes
0 answers
312 views

Approved permissions not showing in "My permissions and features" section on Facebook developers dashboard after business verification

My app needs to fetch the user_friends from Facebook and the Facebook app review process has approved the app also for the permissions. As next step, I have also done the business verification and on ...
cherry_4's user avatar
  • 188
8 votes
3 answers
2k views

Adding App Events in iOS app produces undeclared identifier 'AppEvent'

I am trying to add facebook app events, and I installed FacebookSDK. Then I have next code: import FacebookCore static func logViewContentEvent(contentType : String, contentData : String, contentId :...
Whirlwind's user avatar
  • 13.8k

15 30 50 per page