Skip to main content

All Questions

Tagged with
0 votes
1 answer
131 views

Why google chrome return old facebook app_id when i try to social login facebook in wordpress?

I'm a beginner and I'm trying to integrate the facebook sdk into my custom login form to allow users to log in via social. I think I'm at a good point, the code responds perfectly to the commands but ...
Snorlax's user avatar
  • 223
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
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
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
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
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
1k views

Facebook grap APU $accessToken = $helper->getAccessToken() with no value

I'm stuck... Everything looks correct but it does not work. Tried with a debug access token from my app at facebook developer and it works great so its not an issue with the resto of the code. index....
Marco Francisco's user avatar
1 vote
0 answers
63 views

Get bigger problem size of Facebook profile picture PHP SDK

After successfully signing up, i'm getting users Facebook pictures in this way /* * Get user profile picture */ try { // Returns a `FacebookFacebookResponse` object $...
Rumen Panchev's user avatar
1 vote
1 answer
853 views

Facebook SDK not catching exceptions

I'm using the Facebook Graph API SDK in my Laravel 5.4 app ("facebook/graph-sdk": "~5.0" in composer) I'm trying to fetch some fields from a page and when the page is invalid it throws an error, ...
hylian's user avatar
  • 560
2 votes
1 answer
444 views

Facebook app login using PHP SDK not working: The domain of this URL isn't included in the app's domains [duplicate]

I recently stumbled upon problem when trying to login via facebook app login. First of all, I've already read every possible thread about problems with fb login, followed every possible tutorial but ...
OGM2's user avatar
  • 154
0 votes
0 answers
170 views

How to fix error when upload chunked video use facebook php sdk

I have file index.php <?php require_once __DIR__ . '/vendor/autoload.php'; $fb = new Facebook\Facebook([ 'app_id' => 'xxx', 'app_secret' => 'xxx', 'default_graph_version' => 'v2.3'...
justcntt's user avatar
  • 227
-1 votes
1 answer
145 views

How to get response.id as string from Facebook Login Java SDK

I stuck in the following process: Here is the well known "Facebook Login for the Web with the JavaScript SDK example": https://developers.facebook.com/docs/facebook-login/web I want to get the ...
crazy_horse's user avatar
0 votes
0 answers
170 views

how to use facebook access token that has already been saved in my database to post on facebook

I used the facebook api to collect users facebook long-lived access token on my website and saved them in a database. now I want to retrieve them from the database and post on their wall. however I ...
ADEMESO DAMILARE's user avatar
0 votes
0 answers
68 views

Facebook Login with PHP [duplicate]

i am having this trouble with getting my login with Facebook feature to work. I have a button in my login page that links to the following .php file. If the login is successful i send it to a welcome....
PedroQ's user avatar
  • 15

15 30 50 per page
1
2 3 4 5
29