"WHERE clause" in Facebook Graph API -


so, facebook supposed retiring fql... today(8.8.16). there way make graph api requests, similar where ...?

for example, in fql, bring me status-posts got more 10 likes (and nicely order them top bottom)

select message, like_info status uid=me() ,  like_info.like_count>10 order like_info.like_count desc 

how achieve graph api only? possible @ all?

no, there no way graph api that, have posts , sorting/filtering on own.


Comments