Facebook API通过关键字获取结果 [英] Facebook API get results by keyword

查看:115
本文介绍了Facebook API通过关键字获取结果的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



例如,我想获取所有的帖子,关于耐克。



发现关键字耐克,它会返回帖子ID,作者ID等..
这可能与Twitter API。
但是Facebook的呢?
任何方向?
谢谢!!

解决方案

好的,有一个可以帮助你的解决方案:

  https://graph.facebook.com/search?q=keyword&type=post 

该类型也可以是page,group和whatnot。



编辑:公共邮件搜索已被弃用,不再工作。使用Search API查看所有可能性的文档: https:/ /developers.facebook.com/docs/graph-api/using-graph-api#search


Is there a way with the Facebook APIS to get all the posts and people talking about a specific thread?

For example, I want to get all the posts that are about Nike.

Whever it finds the keyword Nike, it will return the post ID, Author ID etc.. etc.. This is possible with the Twitter API. But what about the Facebook ones? Any direction? Thanks!!

解决方案

well, there is one solution that might help you:

https://graph.facebook.com/search?q=keyword&type=post

the type can also be "page", "group" and whatnot.

Edit: Public Post Search is deprecated and does not work anymore. Check out the docs for all possibilities with the Search API: https://developers.facebook.com/docs/graph-api/using-graph-api#search

这篇关于Facebook API通过关键字获取结果的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆