Top "Facebook-php-sdk" questions

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

Getting Facebooks' Cover Photo via PHP SDK & Graph API

I'd like to know if there is a simple way of retrieving the Cover photo from a user in my …

facebook facebook-php-sdk
How to login in website using facebook id

I have made a website on which a user has to log in using a username and password. I have …

php javascript facebook facebook-php-sdk
Face recognition via facebook API

Currently, if I have a facebook friend whom I've tagged in a picture that I've uploaded, when I upload a …

facebook api facebook-graph-api facebook-javascript-sdk facebook-php-sdk
Object with ID '203618703567212' does not exist, cannot be loaded due to missing permissions, or does not support this operation

After the facebook have updated the Graph API and it's request I am facing this error Unsupported get request. Object …

facebook-graph-api facebook-php-sdk
Get latest Facebook posts of page with PHP SDK

The following code is inside a file called facebook_posts.php which I call from my index file like so: &…

php facebook facebook-graph-api facebook-php-sdk fetch
CSRF state token does not match one provided FB PHP SDK 3.1.1 Oauth 2.0

My server logs show a "CSRF state token does not match one provided" error which seems to happen for almost …

facebook facebook-graph-api facebook-php-sdk oauth-2.0 csrf
passing custom parameters to facebook fan page tab

I'm unable to get custom parameters send to my facebook fan page tab. I'm using php and is passing like …

php facebook facebook-graph-api facebook-php-sdk
Getting "(#100) Pages Public Content Access requires either app secret proof or an app token" issue when calling Facebook API?

I am developing an app that syncs with users Facebook account and fetches Facebook page information. Initially, app asks for …

facebook api facebook-graph-api facebook-php-sdk
Facebook PHP SDK - will not logout properly

I've been searching for hours for the solution to this problem but can't find one that works for me. When …

php facebook oauth facebook-php-sdk
Post message with picture to facebook page/feed using graph api

I'm trying post an a message with one image via facebook graph API, and I can't. In new documentation https://…

php facebook facebook-graph-api facebook-php-sdk