I want to add an action in the past to a user's Timeline from my Facebook app.
According to these docs (http://developers.facebook.com/docs/beta/opengraph/actions/) I should be able to use start_time and end_time to achieve this.
But when I do, even though the year in start_time is now explicitly listed in Timeline, the object doesn't show up.
When I do not specify a start_time and end_time, the object shows up as expect in the "Recent" area.
What gives?