Top "Facebook-php-sdk" questions

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

Facebook Messenger Chatbot how do I collect the users geo location that they send?

In Facebook Messenger there is an icon allowing the user to send their geo coordinates. Is this available on the …

facebook facebook-php-sdk facebook-messenger
How do I integrate Facebook SDK login with cakephp 2.x?

There seems to be very few to no up to date resources on integration of Facebook login with the cakephp …

facebook-graph-api cakephp cakephp-2.0 integration facebook-php-sdk
How do I can post a multiple photos via Facebook API

Now I posting a single photo to wall like this: $response = $facebook->api("/$group_id/photos", "POST", array( 'access_…

php facebook facebook-graph-api facebook-php-sdk
Changing facebook application name

I have written a simple facebook application using PHP SDK. Application works well but application name (main title which is …

facebook facebook-php-sdk
Get Access Token Without Login | Facebook`

I am creating a web app and I need to make a call like this one: https://graph.facebook.com/639339682906611?…

facebook facebook-graph-api facebook-php-sdk facebook-access-token
Facebook PHP SDK 3.0 - How to get my page wall posts at any time?

I have been trying to read the news feed from a page that I have using an app that I'm …

facebook-graph-api facebook-php-sdk facebook-page facebook-wall
Facebook Auth Dialog: Developer warning concerning the use of "display" type "popup"

starting today we receive developer warnings in the auth dialog with the following message: You are using a display type …

javascript facebook facebook-javascript-sdk facebook-php-sdk
Facebook (FB.login) not requesting my permissions

so after updating to the php 3.0 sdk and what not, my FB.login() function no longer asks for the permissions …

facebook permissions scope facebook-php-sdk
Post on a Facebook Group using 2.0+ API, PHP SDK

Even after having read Facebook Developer's FAQ I've many questions about the development of FB apps, permissions, reviews and so …

php facebook facebook-graph-api facebook-php-sdk
Why is getSessionFromRedirect() return a NULL?

I have the following code which redirects the user to log into facebook and tries to retrieve the session but …

facebook-php-sdk