Is it possible to query my feed for the wall posts made by me and not by others?
Yes it is possible.Try https://developers.facebook.com/tools/explorer
And use
https://graph.facebook.com/your_facebook_id?fields=feed.fields(from,message,story,description)
Related
How do I only get the posts of friends using Graph API?
Not the FQL I'm trying to make one long url call.
It may require using JPath in the /feed call?
friend permissions are gone since v2.0 (end of April 2014), it is not possible to get the posts of friends anymore: https://developers.facebook.com/docs/apps/changelog
Is it possible to perform a post to Facebook wall through the Graph API including location coordinates?
An example through Graph API explorer will be helpful!
thanks!
Yes this is possible,
you can create a post to the users wall with a location if he/she has given you the publish_stream access
look into the Graph api documentation Facebook Graph API
I'm trying to make a summary of all the wall posts made on a company's Facebook wall but I'd like to have all the posts in XML-like format. I'm aware of the Graph API but I've never used it before.
The exact specific problem:
How can I 'extract' all wall posts made on a company's Facebook wall?
try the following with Graph API.
https://graph.facebook.com/[company_page_id]/posts?access_token=XXXXXXX
I have some comments in grey in my Facebook pages's wall and some comments in "Hidden posts" Page tab, not in the wall.
I know that Facebook anti-spam filter has put theses comments but i want to know if it's possible to get them via Graph API or FQL?
Thanks !
I am wondering if there is a way to programmatically read the wall posts of my Facebook Page's fans (I mean those who "like" my Facebook Page) by either using Graph API or FQL.
I would like to develop an application that aggregates my fans' wall posts so that I can get to know what kind of people "like" my Facebook Page by reading what they are saying in their walls.
No, you don't get this level of access just for having had someone like your page. You would need to specifically request access using a Facebook application.