简体   繁体   English

使用图谱API监视Facebook帖子

[英]monitoring facebook posts with graph api

I have a task to develop a social media monitoring tool for my diploma. 我的任务是为我的文凭开发社交媒体监控工具。

First I was using search method with type "post", but now with release of Graph API 2.0 it was marked as deprecated and I cannot find any method for my goal. 首先,我使用类型为“ post”的搜索方法,但是现在在Graph API 2.0发行版中,该方法被标记为已弃用,并且找不到适合我目标的任何方法。

I also saw documentation for Keyword Insights API and it is just what I need, but it is open only for media publishers. 我还看到了Keyword Insights API的文档,这正是我所需要的,但仅对媒体发布者开放。

Is there any method or maybe streaming endpoint (like Twitter Streaming API) to monitor Facebook posts? 是否有任何方法或流端点(例如Twitter Streaming API)来监视Facebook帖子?

Facebook Provider Post API for getting facebook Posts Facebook Provider Post API,用于获取Facebook帖子

https://graph.facebook.com/v2.0/me/posts?access_token= {your facebook access token} https://graph.facebook.com/v2.0/me/posts?access_token= {您的Facebook访问令牌}

Click here for more detail Facebook Post API 单击此处了解更多信息Facebook Post API

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM