Skip to main content

All Questions

Tagged with
1 vote
0 answers
149 views

how to print facebook reviews

I have created a page with this code: require_once __DIR__ . '/facebook/src/Facebook/autoload.php'; // change path as needed $config = array(); $fb = new \Facebook\Facebook([ 'app_id' => '...
Massimiliano Ferraresi's user avatar
0 votes
1 answer
313 views

How to get post notifications from Facebook page you follow

I am trying to make a python script that queries post notifications from a page I am following on Facebook using Graph API. However, it seems that Facebook made it more restrictive after the Cambridge ...
bss's user avatar
  • 3
-1 votes
1 answer
160 views

how to get user_likes from Facebook SDK in javascript?

I'm trying to get the user's likes from Facebook, I've been looking for a while for an example and I didn't find it. With the code I have I get the user's profile information like name, mail, gender......
Ahmed alhashedy's user avatar
1 vote
2 answers
3k views

Facebook Audience Network SDK for Unity

I import the Unity Audience Network SDK 5.4.1 package to unity, any version and it gives me this error: Assets\AudienceNetwork\Editor\AudienceNetworkPostprocess.cs(25,23): error CS0234: The type or ...
mindblast6's user avatar
3 votes
1 answer
1k views

Facebook Android SDK 5.4.0 causing ANRs after update

After updating the Facebook SDK version from 4.40.0 to 5.4.0, my app is getting a ton of ANRs. 12k ANRs in one day, the users couldn't even open the app. Full Stack trace: "main" prio=5 tid=1 ...
Henrique Monte's user avatar
0 votes
0 answers
93 views

How to integrate Facebook Sharing to PC software?

I'm trying to enable image sharing to Facebook in my PC standalone software built with Unity 3D without relying on an external web browser. After some research, it seems that Facebook does have a ...
Kai  Wang's user avatar
2 votes
0 answers
431 views

Facebook SDK Policy Issue - Android

I received a mail from Facebook: Hi, In working to create a great Platform experience for everyone, we ask developers to ensure the apps they build comply with our Platform Policies. Your app xxx (...
jass patel's user avatar
0 votes
1 answer
2k views

Facebook Android SDK not logging purchase events

I implemented the Facebook Android SDK (v5.1.0) into my app for analytics and to eventually run facebook ads for the app. In FB's "App dashboard" developer settings I have it set to "...
Flyview's user avatar
  • 1,901
0 votes
0 answers
692 views

Facebook SDK - Get details of a lead - ASP .net core API

What i try to do is retrieve my facebook leads from my facebook page in a webhook ASP.net core API , get the lead details and save it in my mongoDB Database. I had a problem getting my lead details ...
Sacha Krief's user avatar
0 votes
0 answers
85 views

can getRedirectLoginHelper open mobile app if user have mobile phone?

This question is usually not understood by developers when I ask about this... I often get "I don't understand the question"... I will try my best by explaining the context first. In website there ...
Jintor's user avatar
  • 637
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
0 votes
1 answer
119 views

Trying to get Facebook Photos of my friends

Since some weeks, i'm having problems for GET facebook photos of "my friends". I've more than one friend, and when i try to get all photos, i can get only one. When i request the second photo of my ...
tranthor's user avatar
0 votes
1 answer
176 views

I don't have permission to delete objects with the Facebook SDK

I'm trying to implement a Python script to retrieve my posts and that is able to delete some of them. When retrieving everything seems to work good, but when I call the delete_object method, it says I ...
sir_spaceman's user avatar
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

15 30 50 per page