Facebook图形对话错误:必须使用页面访问令牌调用此方法

时间:2019-06-18 10:10:57

标签: facebook facebook-graph-api

我使用PHP SDK Facebook从页面获取所有对话。 当我检索页面的某些数据字段时,我检查了page_id和访问令牌,一切都正确,但是对话没有

$response = $fb->get(
   '/my page id/conversations',
   'my access token'
);

My result:

{
   "error": {
   "message": "(#190) This method must be called with a Page Access Token",
   "type": "OAuthException",
   "code": 190,
   "fbtrace_id": "EZ2TApjuyMY"
   }
}

0 个答案:

没有答案