Is it possible for an app to insert an event at a specific date (in the past) in Facebook Timeline?
Asked
Active
Viewed 385 times
5

rink.attendant.6
- 44,500
- 61
- 101
- 156

Konstantin
- 334
- 2
- 12
-
I'm not sure if it's available now but I *think* this will be implemented soon! +1 – ifaour Sep 29 '11 at 17:04
-
Above your update status bar is a couple icons to add relationships, events etc into your timline. – JoshMWilliams Sep 29 '11 at 17:38
-
i need to do this programmatically from within the app via the OpenGraph API, not manually as you suggest. – Konstantin Sep 29 '11 at 17:43
-
Oh, that is beyond me. I haven't played with OpenGraph API too much. – JoshMWilliams Sep 29 '11 at 17:46
1 Answers
3
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

Eddie O'Neil
- 318
- 1
- 4
-
thanks for the link (it should be https://developers.facebook.com/docs/beta/opengraph/actions/). It has the information i was looking for. – Konstantin Oct 03 '11 at 21:59