Skip to main content

Questions tagged [facebook-ios-sdk]

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

facebook-ios-sdk
0 votes
0 answers
252 views

How to setup NSUserTrackingUsageDescription in iOS if Facebook App Events enabled?

My app is configured with Facebook iOS SDK to track App Events. As this provides data to 3rd party (Facebook) I have added the following NSUserTrackingUsageDescription <key>...
tharwi's user avatar
  • 67
-1 votes
1 answer
231 views

How to launch iOS Native Facebook App from my app with a public profile URL?

I am developing an iOS app that needs to open a Facebook user or page profile on the Facebook App (if installed) from my app. I have the public profile URL of the user or page, such as https://www....
Nirav Parmar's user avatar
1 vote
0 answers
304 views

Again Facebook Deferred link always return nil

After asking ATTrackingManager.requestTrackingAuthorization with an authorized status and then ask for AppLinkUtility.fetchDeferredAppLink always it return nil with this strange error: ...
Julio César Arregoitía Val's user avatar
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
1 vote
1 answer
960 views

Facebook app not registering iOS installs

Recently our marketing team tried to set up Facebook Mobile App Ads but ran into the following issue. I reviewed our Facebook Apps developer page and noticed that while the Android app was tracking ...
Andy Joyce's user avatar
  • 2,822
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
8 votes
1 answer
3k views

iOS Facebook SDK installation - App Events

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 ...
TimWhiting's user avatar
  • 2,491
2 votes
0 answers
608 views

How can I share text from iOS app to Facebook using FBSDKShareKit

I am able to share links, photos, videos, media with Facebook from my iOS app using the Facebook Share SDK. However I can't figure out how to share text. What I find interesting is if you use the iOS ...
alionthego's user avatar
  • 9,343
0 votes
1 answer
34 views

Nested syntax to use on Facebook Graph API request

I want to receive a larger profile picture than the standard 50px one that returns. I can receive email etc no problem, but how do I pass fields to indicate that I want a larger profile picture. I am ...
paul_f's user avatar
  • 1,366
5 votes
0 answers
504 views

target 'FBSDKLoginKit' has invalid header layout: umbrella header found at

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 '/...
Chris Hansen's user avatar
  • 8,389
1 vote
2 answers
1k views

facebook-ios-sdk modules successfully installed but not able to import

I followed the steps as suggested in the official guide to install the packages using the Swift Package Manager and I manually selected the most recent release (currently v12.3.1). Even though ...
Alexandros Tzimas's user avatar
1 vote
0 answers
1k views

Showing All Messages Undefined symbol: _OBJC_CLASS_$_FBSDKShareDialog

Showing All Messages Could not find or use auto-linked framework 'FBSDKShareKit' Showing All Messages Undefined symbol: _OBJC_CLASS_$_FBSDKShareLinkContent Showing All Messages Undefined symbol: ...
Nicola's user avatar
  • 11
6 votes
3 answers
4k views

Facebook login was disabled and now it throws errors

We have Android and iOS apps with integrated Facebook login. Recently Facebook disabled our app because "During Login, your app is crashing or hanging excessively". The problem however is ...
hmitkov's user avatar
  • 359
0 votes
1 answer
7k views

400 Invalid_request You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy for keeping apps secure

I am getting this error when I am trying to register with Google in my IOS app. I have got the REVERSED-CLIEND_ID which looks like something like this: com.googleusercontent.apps..... So far I can ...
NoName555's user avatar
  • 255
0 votes
0 answers
989 views

Facebook Events Manager saying "Ouch! Something went wrong..." when trying to load events

I added the Facebook iOS SDK to my iOS app, and then my Events Manager said I had successfully completed the 2 below steps: Add Facebook SDK Release app on the App Store After I released my latest ...
Zorgan's user avatar
  • 8,827

15 30 50 per page