问题描述
我试图提取某些包含特定关键字的facebook状态并将其显示在网页上,我应该使用什么url查询字符串?
I am trying to pull some of my facebook statuses that contain a particular keyword and show them on a web page, what is the url query string I should use?
我能想到的最好的方法是graph.facebook.com/me/statuses
The best I can came up with is graph.facebook.com/me/statuses
但是它返回所有状态,但是我想要包含特定关键字的状态,例如在搜索中,我该怎么做?还是有可能?
But it returns all the statuses, but i want statuses that contain a particular keyword, such in a search, how should I do it? Or is it even possible?
推荐答案
您必须手动浏览从/me/statuses
返回的状态,以查找您关心的状态.Facebook并没有真正让您使用其计算能力来搜索类似的内容.
You'll have to manually go through the statuses returned from /me/statuses
to find the ones that you care about. Facebook doesn't really let you use their computing power to search stuff like that.
这篇关于Facebook Graph API可搜索用户状态的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!