- I am trying to bring comments made on a particular event by targeting this URL:
https://graph.facebook.com/1466384840257158/comments
- I am passing the user_access_token
- I have two comments at present on this event made on the same day(2014-03-29)
- Now I try to pass a date which should bring an empty data result/object
like this:
https://graph.facebook.com/1466384840257158/comments?since=2011-01-01&until=2014-01-10
- This request has no effect, it still shows me the two comment made on the 29th
- I have tried the same kind of date range on my user-id/feed and it gave me an empty data object.
- Finally i tried event-id/feed (before trying date filter) and it gave me the following error
.
{
"error": {
"message": "An unexpected error has occurred. Please retry your request later.",
"type": "OAuthException",
"code": 2
}
}
Could you please guide me about date filter on that particular query (point4) or if you have any other idea to use date filter on comments made for an event.