Using facebook timeline I can set or change the date of a staus or photo. How can my app retrieve this information using Faceook APIs? I can get created_time / updated_time suing graph API, but these are not the timeline date I am setting.
Also, for example, if I created Travel life event, how can I retrieve start / end date from the app?
Thanks!
There's not currently support in the API for retrieving life events / many other fields which are specific to Timeline
Related
Is there any way to obtain the time of update of a user/page profile picture in a datetime format, using the Facebook Graph API ?
I found the way to obtain the URL etc, but nothing about the update time.
Thanks !
I'm trying to fetch the URL of the Calendar of a user (not a page), specifically containing birthdays, using the Graph API. I'm able to do it manually on the Facebook site (using instructions from here) but I want to automate it using the Graph API. In the documentation I'm only able to find details about extracting events related to a page, but not for a user. Does anybody have any experience with extracting the URL of a Facebook Calendar containing the birthdays of the friends of a user?
P.S: It is of the form webcal://www.facebook.com/ical/b.php?uid=xxxxxx&key=yyyyyy
How we can get the online_presence of our friends using the facebook real time update API. Where we can set the filed properties for the facebook real time update api. The realtime update api settings is moved to payments section in the facebook app development and there is no option to add the fields in it.
subscribe the fields through graph-api subscription post.
set the parameter &object="user"&fields="online_presence,gender,location"
Is there a way to to access the date of a post, link or photo that has been backdated on a Page timeline?
The Graph API provides the created time and updated time, but does not reveal where it falls on the timeline.
For instance, I could post a link on 11/16/12 and set it to 10/31/12 on the timeline, and all I can access via the Graph API is the 11/16/12 date.
Is there a similar field to "start_time", provided with milestones? In this case, the created time can differ from the start time.
Thanks, everyone.
I need to pull all the updated data (wall posts , photos in albums etc) from a facebook page to my application.
currently what I am doing is frequently polling the page wall feed and other non wall post objects(like albums ) and then save the updated fields.
I'm using Graph API .
I tried facebook real-time. But its not giving enough details.
Is there a way to receive notifications from pages via graph API once post or any object of the page get any update ?
In theory this is now available through Facebook's real-time updates, at least for wall posts and photos. In practice, I'm having trouble getting it to work.