Skip to main content

All Questions

Tagged with
0 votes
1 answer
30 views

Android Facebook SDK, owner some 3rdparty

Android - Facebook SDK [Advertising] The third party is the owner of the Android application. Install Facebook SDK We create a facebook accout and give it an Application id. We have been doing ...
Ramo Toric's user avatar
1 vote
0 answers
44 views

Facebook Sponsored Message Ad Creative | Java SDK

I am currently attempting to use the Facebook Java SDK to create Facebook Ads/Ad Creative. Here is my code so far: AdCreative adCreative = new AdAccount(id, context).createAdCreative() ...
Hunter Casillas's user avatar
0 votes
0 answers
951 views

How to Integrate Facebook Sdk in Flutter App?

How to integrate Facebook SDK in my Flutter app, to advertise the app on Facebook and track users' engagement
Moussa Nasreddine's user avatar
1 vote
1 answer
210 views

Facebook permissions on expo-facebook not working

I have ask to Facebook.logInWithReadPermissionsAsync to have permissions of pages_show_list. The login is successful but the permissions are not. Like that: facebookLogIn = async () => { let appID ...
Luigi Grasso's user avatar
0 votes
0 answers
230 views

Wait for the SDK load event: not working?

Trying to update the Messenger customer chat greeting message upon loading. Following SDK documentation, I should used the window.extAsyncInit() to include the function to update the message. Like ...
Alessandro Crotti's user avatar
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
6 votes
1 answer
2k views

Facebook SDK Error on Installing Cocoapods Objective-C

After installing Facebook SDK via Cocoapods in my Objective-C app, hundreds of errors were appearing. Things like this: Undefined symbol: protocol descriptor for Foundation._ErrorCodeProtocol ...
Jhonsore's user avatar
  • 1,827
0 votes
1 answer
123 views

Android - Error while trying to login with Facebook SDK

I am unable to log into the facebook SDK if the Facebook app is installed on my phone. I succeed in logging in if I disable the Facebook app through settings. The SDK then opens a webview and it ...
SomeKoder's user avatar
  • 725
0 votes
1 answer
455 views

Facebook Instant Games - Testing without bundle uploading

Is it possibile to test a Facebook Instant Game without uploading the bundle on FB servers? I'm using this code: <body> <script src="https://connect.facebook.net/en_US/fbinstant.6.3.js"&...
Iskra's user avatar
  • 1
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
0 votes
0 answers
260 views

Facebook PHP SDK upgrade from version 3.21 to Version 5.7.1

i was trying to upgrade PHP SDK for one of my Facebook App from the version 3.2.1 to the latest version 5.7.0. all the relevant changes like Login , getting user details are in place. but while i am ...
Vino Gautham's user avatar
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
0 votes
1 answer
16 views

What is the Plugin Syntax for Facebook SDK For PhoneGap Build

ALL I have searched long and hard all over the internet for the syntax for Facebook SDK to be used for PhoneGap Build via build.phonegap.com Just like there is for SplashScreen what us the plugin ...
Nicholas Idoko's user avatar
1 vote
0 answers
1k views

(#2635) You are calling a deprecated version of the Ads API. Please update to the latest version: v5.0 error showed up, even updated gem

I have updated facebook-ruby-business-SDK to 5.0 Also in my FB app setting, set the API version 5.0. However, Making calls through SDK is giving a deprecated error. Please note, graph API with 5.0 ...
Israr's user avatar
  • 41
-1 votes
2 answers
381 views

Get all fields from AdsInsights on Python Facebook SDK

I'm using Facebook's Python SDK to extract Ads Insights, but I can't find the right way to retrieve ALL fields without having to declare them, which is pretty cumbersome. My current code looks like ...
Alexandre Bonal Rayes's user avatar

15 30 50 per page