Facebook Graph API is a graph-db style programming interface for languages like PHP, ActionScript, JavaScript etc.
0
votes
0answers
2 views
Posting photos on a facebook page album using graph api
Here's what I've done:
1) Get page access token from /me/account
2) Paste in on the graph explorer tool.
3) Make a post request with parameters named message, url (trying to upload via url) to ...
0
votes
1answer
9 views
Graph Api - Facebook Page post shows up in “Recent Posts by Others” instead of wall
By posting a message and link to the Facebook Page it shows up in "Recent Posts by Others" instead of the wall.
My post request URL:
...
0
votes
0answers
5 views
Get Facebook Events I don't Own
I am building a site that needs to query Facebook events. I need a list of events I do own, and list of events I don't own. The problem is that querying the Events object via FQL requires that I pass ...
0
votes
0answers
8 views
facebook_session has no method graphCall
I'm using the DracoBlue node-facebook-client and passport.js to authenticate a user into my app, then check if they are a member of a specific group.
I retrieve the users profile and access token ...
-3
votes
0answers
10 views
Posting to users facebook wall by users from my website [closed]
I have a website and it has something similar to status update!
it works fine now
now am thinking is that how to integrate facebook to it?
for example : if a user posts something in ...
0
votes
0answers
4 views
Can I post to the timeline using the full-width photo format?
When you share a photo from a Facebook album it gets diplayed "full width" layout in the timeline (about 567px wide) with a caption below.
I also noticed that shared images from pinterest get shown ...
0
votes
1answer
16 views
Using Facebook Graph API, how can I print a user's full name in a standalone ruby code?
I am trying to learn Facebook Graph API but don't know how to start. For example, how can I get the object representing user with ID 1234567 and print the full name in standard output? I want to do it ...
0
votes
1answer
30 views
Issue related to Facebook Graph API
Acctually I am using that code for getting the facebook post data.
Facebook::$CURL_OPTS[CURLOPT_SSL_VERIFYPEER] = false;
Facebook::$CURL_OPTS[CURLOPT_SSL_VERIFYHOST] = 2;
$facebook = new ...
-1
votes
0answers
16 views
How to download images from facebook using php on heroku [closed]
I want to design a Facebook application using which the user can download all the images he has in a particular album.I have got the link of all the images in an album of a user using graph API.
I ...
1
vote
0answers
27 views
Parsing issue with facebook data in fromJSON function (R) - unexpected character error
I am trying to pull Facebook feed data from various pages to compare sentiment and I am running into trouble when converting the JSON raw text into a list object in R.
require(RCurl)
require(rjson)
...
0
votes
0answers
2 views
Cursor based pagination with deleted comments
When you are using cursor based pagination to retrieve the comments on a post, the cursor does not work once comments have been deleted. Here is the scenario:
Get the list of comments on a post and ...
0
votes
1answer
13 views
PHP SDK - Post Image to facebook fan page
I have a file url (http://example.com/image.jpg) and I need to make an image post to a facebook fan page (already have the access token).
What is the best way to do this with the facebook PHP SDK?
...
-1
votes
0answers
5 views
Image uploaded using Facebook ads api does not reflect in image library of Power Editer
We are using ads api for creating ads and campaigns. We could upload an image using adimages api of Facebook (https://graph.facebook.com/
act_123456789/adimages?access_token=__)
Code:
...
0
votes
0answers
7 views
How to publish Story on Open Graph without a PlacePickerFragment in Android?
Here's what I want to accomplish:
1) When using my Android App, user publishes story on Facebook : "user ate a meal at place"
Now, I don't want to be dependant on the PlacePickerFragment to set this ...
0
votes
0answers
12 views
Facebook Graph API place id don't match
I'm using that list to filter the categories of facebook, using the reference code.
But I noticed that the results I get from the API, are not always present in the list. And not always the API, ...