5

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

rink.attendant.6
  • 44,500
  • 61
  • 101
  • 156
Konstantin
  • 334
  • 2
  • 12

1 Answers1

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