I am building an app in which I need to “backtrack” some datas. To do so, I read on the doc that there is a parameter called “until”. However, it doesn’t seem to work :
https://graph.facebook.com/cocacola?until=2011-01-01&access_token={at}
gives the same results than:
https://graph.facebook.com/cocacola?access_token={at}
Did I do anything wrong or is it some kind of bug?
Thanks,
Nicolas.
You didn’t do anything wrong. Just tested this and it appears
untildoes not work with a user’s profile overview (/me), but does work for detailed information on the user (/me/likes). I could easily search for my likes years in the past using it. I would suggested drilling down and backtracking each specific element of the user you want to check. You could also file this as a bug/suggestion.