Skip to main content

All Questions

Tagged with
1 vote
0 answers
2k views

Which alternative for facebook graph-sdk api to use in laravel php project?

I successfully used the facebook sdk api for php at least 8 years ago... so I wanted to check the newer version to use now. From the Facebook developer page, it is recommended to use php-graph-sdk 5.7....
Paul Godard's user avatar
  • 1,123
0 votes
0 answers
47 views

Facebook api returns : (#120) Invalid album id when trying to post to a group

When I try to post a photo in a group through the API I get an error, the post happens, but without the photo. I've seen people say it's a bug on Facebook and it happens when there's a question mark (?...
YodaCode's user avatar
0 votes
1 answer
726 views

Refreshing FB Access Token with Javascript SDK

For context I am trying to build a small microsite to pull social media insights from Facebook. I am looking to build a Django backend and React front end. I would like to implement FB login with the ...
emvy03's user avatar
  • 113
1 vote
0 answers
190 views

com.facebook.android:facebook-core:[11.0, 12) what are "11.0" and 12 meaning?

I upgrade the facebook unity editor to 11.0.0 and I found that in Dependencies.xml file I have <?xml version="1.0" encoding="utf-8"?> <dependencies> <...
Phạm Ân's user avatar
1 vote
1 answer
1k views

Cant test FB SDK login locally even though I have set my domain and site URL (app is test mode)

I am developing a web app with Facebook integration and I can't figure out why I can't test the login function locally. I have looked through the answers here (How to Test Facebook Connect Locally) ...
lalibelamonk's user avatar
1 vote
1 answer
282 views

Sharing content on Facebook is not working using FB.ui in for mobile devices?

I have added the following code which is working great on the Web but not on mobile devices the click event does not seem to be triggering. var FacebookShare = function() { this.method = '...
user1683987's user avatar
0 votes
0 answers
598 views

Retrieving Facebook Lead Data

I tryed to use this code to retrieving Facebook Lead Data FacebookAdsApi.init(app_id, app_secret, access_token) me = AdUser(fbid='me') my_accounts = list(me.get_ad_accounts(fields=['name'])) ...
Виктор Париносов's user avatar
1 vote
0 answers
776 views

Facebook Android SDK (v12.0.0) + Jetpack Compose + startActivityForResult(deprecated)

I'm developing a new Android app with Jetpack Compose and I want to add Facebook login. The latest version of the SDK (v12.0.0) supports the AndroidX activity results API but the documentation is not ...
Mauricio Domenech's user avatar
3 votes
2 answers
4k views

Facebook sdk 11.0.0 cause crashes on android

Environment Unity Editor Version: 2019.4.30f1 Unity SDK Version: 11.0.0 In order to solve a crash problem on android caused by Unity, I upgraded my Unity from 2019.4.29f1 to 2019.4.30f1. ...
fightaway's user avatar
1 vote
0 answers
37 views

JS After logging out Facebook App, .getLoginStatus still returns "connected"

I have implemented JS SDK Facebook login into my website. It seems like the FacebookSDK keeps logged in even after the user is logged out of his Facebook Account. Basically the user is already logged ...
Miroslav Stopka's user avatar
0 votes
0 answers
54 views

useing facebook php sdk fb-callback.php show empty

php version : 5.6 SDK: https://github.com/facebookarchive/php-graph-sdk when clicking FB login button then call the fb-callback.php, it is an error , so I did some debugging, but I'm still confused, ...
lili's user avatar
  • 13
0 votes
0 answers
30 views

reply all message page facebook with sdk python

conv = pagefacebook.get_object("me/conversations") msg = pagefacebook.get_object(conv["data"][0]["id"] + "/messages") print(conv) for el in msg["data"]...
Ibrahim Dicko'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
0 answers
753 views

How to install and use Facebook PHP SDK without Composer

I'm trying to embed Server Side conversion in a website (due to iOS 14 update) but I'm experiencing issues with the PHP SDK so everytime I try a conversion code in a page it turns out Fatal Error. So ...
Carmine Marsocci's user avatar
-2 votes
1 answer
2k views

Instagram Graph API. Content Publishing. Publishing Videos

I can't find correct video .mp4 format what will be support by Instagram. Any body did something like this? .Supported Video Requirements. I tried .mp4 ratio 1:1, 4:5, 16:9 in response Unsupported ...
Ivan Pirus's user avatar
  • 1,066

15 30 50 per page