Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is it possible for an app to insert an event at a specific date in Facebook Timeline?

Is it possible for an app to insert an event at a specific date (in the past) in Facebook Timeline?

like image 780
Konstantin Avatar asked Oct 24 '22 23:10

Konstantin


1 Answers

You can publish an action on behalf of a user at a specific point in time by setting the action's "start_time" property to a date in the past. For more info, see:

https://developers.facebook.com/docs/beta/opengraph/actions

https://developers.facebook.com/docs/beta/opengraph/actions/#timestamps

like image 169
Eddie O'Neil Avatar answered Nov 02 '22 05:11

Eddie O'Neil