user63898
user63898

Reputation: 30943

Possible bug in the "since" key, or it supposed to work like this?

I'm querying the facebook feeds to get the latest feeds. I'm using the FB api:

 55xxxxx/feed?since=1323269266&date_format=U&limit=5

The since date is taken from the previous api call first object create_date. Now the problem is that if the Group/News (id :55xxxxx) the first object's create_date is still 1323269266. It will give me again the 5 feeds. But I would like it to give me any new feeds after 1323269266. Any idea how?

Upvotes: 0

Views: 81

Answers (1)

DMCS
DMCS

Reputation: 31880

Try a combination of since and until parameters rather than just since.

Upvotes: 1

Related Questions