Skip to main content

All Questions

Tagged with
1 vote
0 answers
20 views

When clicking on a facebook post, sometimes I receive fb deeplink and sometimes the universal link of my app

Since recently, Universal links were working well with our app but recently for some users while clicking on a facebook post we receive via func scene(_ scene: UIScene, openURLContexts URLContexts: ...
Alex Ad's user avatar
  • 21
0 votes
0 answers
37 views

Universal links, while clicking on a facebook post doesn't redirect on my iOS app for all users

We have implemented universal links since a moment on our app (so everything should be setted to make the universal links work with the well known and the metadata for facebook), but it seems that on ...
Alex Ad's user avatar
  • 21
-2 votes
1 answer
50 views

Implementing Facebook App Events in Legacy iOS Project Without Scene Delegate

I'm working on a legacy iOS project where the AppDelegate file exists, but there's no SceneDelegate. I need to implement Facebook App Events following the guidelines provided here: Facebook App Events ...
sangam pokharel's user avatar
0 votes
1 answer
78 views

Share photos and link using FBSDKShareKit on IOS

I am using FBSDKShareKit to share link and images on Facebook. When I share only photos it works fine, but when I share a link and photos at the same time it can only share the link, not the photos. ...
tú nguyễn's user avatar
0 votes
0 answers
61 views

How to make App Events work in Events Manager. IOS 14.5+

The overview tab displays actions such as install, open, buy. But there is no data about the percentage of ATE devices for IOS 14.5+. And so also in event testing. Nothing shows up. Looked all over ...
miks's user avatar
  • 13
0 votes
0 answers
100 views

Facebook Login for business stopped working after updating iOS Facebook SDK. Error: Invalid Scopes: opened

My Facebook login, in my mobile iOS app, was working great till I decided to update Facebook SDK for iOS. Now it returns the following error: Looking at my developers.facebook.com console I have the ...
Alessio Stramacci's user avatar
0 votes
0 answers
321 views

Facebook iOS SDK Disable auto log app events

According to the documentation for Facebooks iOS SDK, in order to turn off automatic events (specifically looking to turn off APP INSTALL), you need to set the following plist flag to false. ...
NickDK's user avatar
  • 1,009
0 votes
0 answers
143 views

Facebook Deferred Deeplinking is always returning url is nil in iOS (14+)

I'm trying to calling the Deferred Deeplinking of Facebook with the function: AppLinkUtility.fetchDeferredAppLink { (url, error) in ... } I am taking the user permission consent alert before ...
Venky Siddani's user avatar
0 votes
0 answers
84 views

How to open facebook share dialog in my app browser when FB app not installed in device. IOS

Hello i am working on sharing and posting images, so i have taken reference from below links: https://developers.facebook.com/docs/sharing/ios If FB app installed then it working fine but it is not ...
Akash's user avatar
  • 491
0 votes
1 answer
346 views

How to open the Facebook app on a specific profile from your iOS app?

A few days ago, the deep link I used for opening a Facebook profile directly in the Facebook app (if installed) stopped working. It opens the Facebook app, but displays the error message "This ...
Lavinia T.'s user avatar
-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

15 30 50 per page
1
2 3 4 5
68