在Graph API Explorer上,我可以进行搜索:搜索?q = Barcelona& type = event
但是当我尝试使用我的应用访问令牌时,我会收到此错误:
{
"error": {
"message": "(#200) Must have a valid access_token to access this endpoint",
"type": "OAuthException",
"code": 200
}
}
其他搜索效果很好。
答案 0 :(得分:2)
更新2017-11-27:
由于Facebook不再允许基于位置的事件搜索,我建议使用https://github.com/tobilg/facebook-events-by-location-core
原始回答:
请参阅https://developers.facebook.com/docs/reference/api/search/#access_tokens
在那里,除了页面和地点之外的所有搜索都需要用户访问令牌。