简体   繁体   English

如何通过Facebook图形API获取有关Facebook页面提及的数据

[英]How to get data regarding facebook page mentions via facebook graph api

I tried getting data using Graph API Explorer code below: 我尝试使用下面的Graph API Explorer代码获取数据:

GET request: page_id/tagged GET请求: page_id /已标记

But I'm getting only few posts. 但是我只有几篇文章。 I created 2 new posts from 2 different users and tagged my page. 我从2个不同的用户创建了2个新帖子,并标记了我的页面。 I get mentioned notifications in my page, but it doesn't reflect in graph API. 我在页面中收到了提及的通知,但未反映在图形API中。

Is there any other way to track page mentions or Am I doing it the wrong way? 还有其他跟踪页面提及的方法吗,或者我做错了吗? Also, I need the user id of the user who has tagged my page. 另外,我需要标记我的页面的用户的用户ID。

Could anyone point me in the right direction? 有人能指出我正确的方向吗? I'm confused. 我糊涂了。

I was using user access token. 我正在使用用户访问令牌。 I used Page access token, now I'm getting the data. 我使用了页面访问令牌,现在正在获取数据。

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

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