开发者

How can I exclude results from graph query?

开发者 https://www.devze.com 2023-04-03 13:48 出处:网络
https://graph.facebook.com/search?q=mark&type=user&access_token=2227470867|2.AQDzzvizJdnQFGlQ.3600.1315422000.0-100002485550696|SUNASlYr-pHh7开发者_Python百科ooE2c_omSxIhbU <---- returns al

https://graph.facebook.com/search?q=mark&type=user&access_token=2227470867|2.AQDzzvizJdnQFGlQ.3600.1315422000.0-100002485550696|SUNASlYr-pHh7开发者_Python百科ooE2c_omSxIhbU <---- returns all users with the name mark.

How can I do the opposite? How can I EXCLUDE all users named Mark?

I tried q!= and q<> but that did't work.

Thanks...


I don't think it's possible. You will have to run the filter after you get the results.

0

精彩评论

暂无评论...
验证码 换一张
取 消