Skip to main content

All Questions

Tagged with
-1 votes
1 answer
296 views

Facebook deep link notifications not opening iOS app

I'm new to this FB deep linking and followed all the steps mentioned in the documentation https://developers.facebook.com/docs/ios/deep-linking/ However, when I send the test deeplink from FB Ads ...
Vanitha Vijayakumar's user avatar
2 votes
1 answer
2k views

Facebook iOS SDK login error (Invalid Scopes: public_profile, openid.)

I receive the follow error when trying to login using the iOS Facebook SDK: Invalid Scopes: public_profile, openid. I have followed the instructions from here which has resulted in this set up: info....
user2872885's user avatar
-1 votes
1 answer
170 views

Facebook Login Swift UI granting permissions

I have a swiftUI function that is successfully logging in to facebook, but only if the permissions are just publicProfile and email, if I add any other permissions like the following loginManager....
fsdeveloper's user avatar
7 votes
1 answer
660 views

Is it feasible to integrate Facebook SDK 15.x with iOS using Objective C

We were able to test the FB iOS SDK 11.x which had the Objective-C interfaces, but would it be possible to do the same with FB iOS SDK 15.x since it seems to contain only Swift interfaces
Senthil Kumar's user avatar
0 votes
1 answer
47 views

How to override init(coder: NSCoder) for FacebookAuthToken

I'm trying to create a mock subclass for facebook AuthenticationToken This object has only one open init function init(coder: NSCoder) { } But I'm getting an error while I'm trying to create my init ...
Arthur's user avatar
  • 1,760
2 votes
0 answers
206 views

How to check if device gives consent for sharing data with Meta SKAdNetwork?

To use SKAdNetwork I need to set flag isAdvertiserTrackingEnabled either to true or to false. In Facebook documentation they say to set it according the device consent: https://developers.facebook....
Salome Tsiramua's user avatar
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
46 views

PerformSegue after successful Facebook login

I'm trying to adopt Facebook login process for my application goals. After successful Facebook login, I want to send a User to another View. For this reason, I'm using PerformSegue in UserLoginManager ...
Mykyta Yarovoi's user avatar
2 votes
1 answer
1k views

Request Tracking Authorization for iOS Application Facebook App Events

I am trying to integrate app events for my iOS application. Below are the steps I have taken: Configured Facebook App and added iOS platform Linked ad account Set up dev environment and SDK ...
TharakaNirmana's user avatar
2 votes
0 answers
82 views

Issue with Deferred Deep Linking in iOS when run the Facebook live campaign

We're trying to implement deferred deep linking in one of our iOS applications to basically show the product details page when click on the ad but this is not working Consider the scenario When the ...
shoaib sheikh's user avatar
0 votes
1 answer
54 views

How to run code immediately after facebook login?

I am making an app supporting login with email and password, login with google and login with facebook. I have implemented login with email and google and am using firebase for user authentication and ...
Alex Aghajanov's user avatar
1 vote
0 answers
385 views

Malformed form-data Body for HTTP POST Request in Swift?

I'm writing a HTTP POST request for uploading media (images here) to WhatsApp via the Facebook Graph API, formatted as follows in their documentation: curl -X POST \ 'https://graph.facebook.com/v13....
faraz malik's user avatar
1 vote
0 answers
395 views

Disable "Login with the Facebook app" button on facebook login for ios

Is there any way to disable/hide the "Login with the Facebook app" button on facebook login for ios? I'm currently using the current fb-sdk version
forestvine's user avatar
0 votes
1 answer
941 views

Facebook Integration with ios fails with error message on simulator

After integrating with facebook when I tap on continue with FaceBook button on simulator, it popups this window on simulator..and when I tap on back to home it redirects me to login window and allows ...
Sarthak's user avatar
  • 29
1 vote
1 answer
2k views

Instance member 'logEvent' cannot be used on type 'AppEvents'; did you mean to use a value of this type instead?

I have used Facebook AppEvents in which I am getting error:- AppEvents.logEvent(.completedRegistration, parameters: [AppEvents.ParameterName.registrationMethod.rawValue: "customerId"])
Vikrant Bhatia's user avatar

15 30 50 per page
1
2
3 4 5
87