Skip to main content

All Questions

Tagged with
0 votes
0 answers
24 views

FBSDKGraphRequest don't work if access token out of time(iOS)

I'm developing SDK for Facebook(meta) and use FBSDKGraphRequest to get some data. As the demand of access-token, I want to test the case that access-token has been invalid(mostly out of time), so I ...
wcyiming's user avatar
0 votes
0 answers
213 views

How to update Facebook SDK for IOS to the latest version?

enter image description here I am trying to update the facebook sdk for ios on my facebook business account, before it was a lower version everything was working fine, but recently i got a warning to ...
Dmytro Plashkin's user avatar
0 votes
0 answers
77 views

Short time token with the Graph API and Facebook login through the iOS SDK

For some players, a short-lived access token with Origin = "Web" is being issued despite the authentication process occurring through the Native iOS SDK. Furthermore, the token is not being ...
Vasiliy Kovalev's user avatar
4 votes
1 answer
1k views

Facebook ios sdk in iOS 14.5 can not send app events

I develop a sdk for my game. In ios under 14, everything work well, I can see event in facebook analystic and business event manager. But above ios 14, I can't see anything. What i try : -Add ...
tgioihan's user avatar
  • 103
0 votes
1 answer
132 views

Facebook iOS SDK [NSNull count]: unrecognized selector crash BIG

Issue started about 11:20 UK time, and it affects many big applications like spotify, waze, medium and so on. It looks like it related with event managers and analytics. Some of the apps that crashed ...
Arda Dtmr's user avatar
  • 125
3 votes
0 answers
99 views

iOS 13.3 Facebook SDK no longer asking to re-authenticate after logout

I haven't updated my app in a few months but now I'm noticing when users logout after signing in with their facebook credentials it is no longer asking for their username and password. It just says "...
Rhys's user avatar
  • 33
2 votes
2 answers
210 views

Swift 4: Navigation Controller unwanted looping

I have the following code: import UIKit import FacebookLogin class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() if AccessToken.current !=...
RC07JNR's user avatar
  • 575
4 votes
0 answers
90 views

iOS - How to get Facebook Campaign information when is installed from Ad

We are running an install campaign on Facebook and, when user installs the app due to tapping on an Ad, I would like to fetch the campaign information from within iOS app and send to our server; like ...
tperei's user avatar
  • 353
11 votes
2 answers
6k views

facebook graph request using swift 5

I am trying to implement a facebook graph request just as described on their developer´s doc page (https://developers.facebook.com/docs/swift/graph). Xcode 10.2.1, swift 5. But I keep getting the ...
Franz's user avatar
  • 113
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 ...
Dani G.'s user avatar
  • 577
0 votes
0 answers
315 views

Platform Policy 8.2 Violation?

Our app is currently being restricted by Facebook because they state that we are violating policy 8.2. The following is the content of the policy and their suggestion: Your app does not have ...
Brian Lin's user avatar
  • 124
0 votes
0 answers
53 views

Facebook Analytics URLs white listing for Zero rate

I have a query about whitelisting Facebook event logging URLs that are used by Facebook SDK. Currently, I have found this domain is used for log events at Facebook Analytics by Facebook SDK: https://...
Muhammad Noman's user avatar
3 votes
0 answers
817 views

Cannot share to Facebook messenger from iOS

I am trying to share some text from my game to Facebook messenger. Using the latest Facebook iOS SDK (4.33), and copying the example found in Facebook's documentation, I am getting the following ...
Ran's user avatar
  • 1,089
0 votes
1 answer
58 views

Facebook SDK on iOS Graph How to return video list

I have a graph request like: FBSDKGraphRequest *request = [[FBSDKGraphRequest alloc] initWithGraphPath:@"/me/albums" ...
rickrvo's user avatar
  • 535
1 vote
0 answers
246 views

Use FBSDKShareMediaContent in FBSDKShareAPI

Is it possible to use FBSDKShareMediaContent to add image and video with FBSDKShareAPI? I would like to share video + image + message in one post. Adding FBSDKSharePhotoContent or ...
kerencic's user avatar

15 30 50 per page
1
2 3 4 5
21