The Facebook PHP-SDK provides Facebook Platform support to your PHP - based web apps.
I'm trying to install Facebook PHP SDK with Composer. This is what I get $ composer install Loading composer repositories with …
php windows curl facebook-php-sdk composer-phpI'm using the most recent version of the Facebook SDK (which lets to connect to something called the 'graph API' …
php facebook facebook-php-sdk facebook-apps facebook-friendsI got this error when I try to connect with Facebook API Invalid Scopes: offline_access, publish_stream. This message …
facebook facebook-graph-api facebook-php-sdk facebook-graph-api-v2.3I'm trying to get facebook's example page working (again) which you can find here. I'm getting the following error: Fatal …
php facebook facebook-php-sdkI'm trying to run the sample code for Facebook connect that I downloaded from http://thinkdiff.net/facebook/php-sdk-3-0…
facebook oauth facebook-php-sdk facebook-oauth facebook-access-tokenSince the offline_access Permission is deprecated in Facebook's Authentication flow, we have problem getting the so called long lived …
php facebook-graph-api facebook-php-sdk oauth-2.0 facebook-oauthI'm trying to make a cURL GET to scrape a Facebook Graph object: GET https://graph.facebook.com/?id=**OBJECT_…
php facebook-graph-api curl facebook-php-sdkI am having a hard time with facebook's SDK documentation. I downloaded the SDK from Github and added it into …
php facebook facebook-graph-api facebook-php-sdkI am using a facebook log in for my web site using facebook php sdk. What I noticed is the …
php facebook facebook-graph-api facebook-php-sdkI did a very simple PHP script, just to try to login via Facebook and get an accessToken. But when …
php facebook facebook-php-sdk facebook-login facebook-access-token