The Facebook PHP-SDK provides Facebook Platform support to your PHP - based web apps.
0
votes
0answers
3 views
having trouble sending facebook notification via ajax call to php
In my javascript I have a click event that triggers an ajax call to the php page where I send my notification from. I chose to do it this way because the documentation advises against using your app ...
0
votes
1answer
21 views
Facebook - Get & Display me/og.likes in Video application
Have built an video app that publish user actions towards Facebook.
In this app i have implemented an "Favorite" function that i have hooked up towards a basic open graph action "og.like"
I want to ...
0
votes
1answer
20 views
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 Auth component online. I have found the following resources:
Old Bakery Article using cakephp ...
0
votes
0answers
10 views
curl error 77 in Facebook PHP SDK
When I load base_facebook.php, I get the following error:
Fatal error: Uncaught CurlException: 77:
error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt CApath: ...
0
votes
0answers
10 views
why won't getLoginUrl link work?
I'm using the getLoginUrl method, storing the result in a variable, and using that variable in the href attribute of an anchor tag. I'm definitely getting the url, but when I click on the link nothing ...
0
votes
0answers
17 views
Facebook PHP SDK - Graph API Like
Can someone help me with this, if you go to: https://developers.facebook.com/tools/explorer and use Graph API, GET Method on Connections->Home - You can grab your news feed.
In that newsfeed, the ...
0
votes
0answers
11 views
How to verify a story is posted to a user's Facebook timeline without using Graph API
I'm using FB.ui method in Facebook JavaScript SDK to trigger feed dialog which allows user to post a story to their timeline. I want to keep track of number of stories a user posted on their Facebook ...
0
votes
0answers
20 views
Facebook application are stop working on localhost?
Few days ago i found my all facebook application are stopped working with local development server suddenly.
Is it facebook, which stops such kind of thing or is can be any problem from my side which ...
0
votes
0answers
6 views
facebook not asking for extended permissions (when it should)
I'm trying to get read_stream rights when the user logs in with the following lines
$permissions = array('scope' => 'read_stream');// gets the right permissions from the user
$data['login_url'] = ...
0
votes
1answer
31 views
Php Facebook API Page access tokens
I'm trying to build a plugin for question2answer (knowledge not necessary) where when a new question is posted, it posts that question as an activity on the facebook page. Achieving this is not a ...
0
votes
0answers
15 views
How to structure sql queries in a facebook graph api url
New to development and in particular the Facebook API.
I am trying to write a script that will search through my posts for a particular keyword. I have seen how to structure FQL queries, but the FQL ...
0
votes
0answers
4 views
Graph API retrieve my status messages PHP SDK
I am new to Facebook PHP SDK. Please help!
I need to retrieve my FB account's status updates and display it on my separate PHP website. From what I read, I created an APP in FB. and downloaded PHP ...
1
vote
1answer
40 views
Facebook Account Verification, without the approval via facebook
We currently use a social network login/signup system.
The user would click login/signup and it would use the facebook account to allow access.
Other sites that do this e.g. 9gag and so on.
...
0
votes
0answers
13 views
Facebook PHP SDK session expiring to soon
I'm creating a website with Facebook login using PHP SDK and Javascript SDK, I use PHP SDK to retrieve userid and generate a customized page, and JS SDK to manage like buttons, comments and such.
I'm ...
0
votes
0answers
10 views
Trying to post to the application page for my app from the facebook php sdk
I've copied most of this code from the documentation at this link https://developers.facebook.com/docs/php/howto/postwithgraphapi/
I want to post a message to the feed of the page for my app. When I ...