Top "Facebook-php-sdk" questions

The Facebook PHP-SDK provides Facebook Platform support to your PHP - based web apps.

Composer install error - requires ext_curl when it's actually enabled

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-php
Getting list of Facebook friends with latest API

I'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-friends
Error Invalid Scopes: offline_access, publish_stream, when I try to connect with Facebook API

I 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.3
Facebook OAuth Error: Application request limit reached

I'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-sdk
OAuthException : An active access token must be used to query information about the current user

I'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-token
How to extend access token validity since offline_access deprecation

Since 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-oauth
CURL Get Request with a parameter that contains a GET url

I'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-sdk
Error: Class 'Facebook\FacebookSession' not found with the facebook PHP SDK

I 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-sdk
How to log out user using facebook SDK?

I 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-sdk