Saurabh Vartak
Saurabh Vartak

Reputation: 7

Facebook: Fetching status message for a particular date

I want to read my status message that was posted at a particular date, say 6 months back. Is it possible to fetch this message using the Facebook Graph APIs? Thanks, Saurabh

Upvotes: 0

Views: 2052

Answers (1)

Johan
Johan

Reputation: 35213

Yes, check for the since and until parameters.

http://developers.facebook.com/docs/reference/api/

until, since (a unix timestamp or any date accepted by strtotime): https://graph.facebook.com/search?until=yesterday&q=orange

Upvotes: 2

Related Questions