I am using the graph-api to fetch data for a specific query.
I am using the value of "next" field for pagination. Suppose The link is http://graph.facebook.com/search?q=blade&type=post&limit=300&until=1322857230
This page has 2 links
"previous" and "next"
Now when i hit the previous link, i am getting results having latest time stamp. How is this possible? Previous link should have data with older time stamps.