Graph Bind API like fql

Is there a way to sort the result using Graph api by key? and select desc or asc? exactly the same as in fql?

in FQL, I execute my query for an event with ORDER BY start_time ASC at the end

anything like this in api graphics?

+4
source share
2 answers

There is currently no way to sort the results of Graph API calls, see https://developers.facebook.com/docs/graph-api/using-graph-api/v2.1#reading

In most cases, the results are returned in order of creation time.

+5
source

2.10 , API Graph facebook, .

0

All Articles