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: ...
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 ...
0 votes
2 answers
1k views

Get thumbnail from Facebook link

Here is my issue. I want to get thumbnail from link. For instance I have Facebook post link: https://www.facebook.com/kupriyofficial/videos/226663305259745/ I use one of the iOS frameworks to get ...
-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 ...
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
0 votes
0 answers
192 views

iOS failing share on Facebook

Client requirements are I have to share Image with Description, but as per current Facebook policies I can't share image with description so I am using FBSDKShareOpenGraphObject. Following is my code: ...
5 votes
1 answer
170 views

WKWebView does not detect the video URL of Instagram, Facebook, and Netflix video

I want to detect the video URL of Facebook video and Instagram video but WKWebView gives a YouTube video URL. I already used WKWebView navigation delegate but it does not give the video URL. webView!....
3 votes
3 answers
4k views

Failed importing Facebook SDK in Swift 4.x

I've tried to import Facebook SDK for App Events and tracking of App Installs through Facebook ADS and it's being impossible to do it. I've done it with CocoaPods using: pod 'FacebookCore' as the ...
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. ...
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....
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 ...
0 votes
0 answers
323 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. ...
4 votes
2 answers
2k views

Initialize Facebook Core SDK for iOS using Objective C?

I want to add the Facebook Events tracking to my app, but as it appears Facebook SDK documentation only provides the code in Swift language: class AppDelegate: UIResponder, UIApplicationDelegate { ...
1 vote
1 answer
2k views

Swift package manager make Package depend on remote XCFramework

I need to break app into modules distributed trough SPM. Each module can have some dependencies like FBSdk, Firebase and so on. To reduce build time I need to make my packages depend on binary ...
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 ...

15 30 50 per page
1
2 3 4 5
87