根据 facebook,截至 2014 年 4 月 30 日,该create_event
方法不再可用,我认为这意味着无法发布事件?
https://developers.facebook.com/docs/apps/changelog
create_event 不再可用。
是否仍然可以使用 v1.0?(将于 2015 年 4 月 30 日逐步淘汰)。我找不到任何示例,我想代表 Facebook 页面发布活动。这还有可能吗?
https://developers.facebook.com/docs/graph-api/reference/v1.0/page/events
当我尝试它时,我收到一个折旧警告和一个使用页面令牌的模拟,但是当我使用我的个人令牌时它也会失败。可能是因为我没有 create_event 权限(尽管请求它,但它没有出现在 facebook 令牌调试器中)
Deprecation warning: The REST API is now deprecated; please use the equivalent Graph API methods instead. See http://developers.facebook.com/blog/post/616/.
=> {"error_code"=>190,
"error_msg"=>"Impersonated access tokens can only be used with the Graph API",
权限:
[{"permission"=>"installed", "status"=>"granted"},
{"permission"=>"public_profile", "status"=>"granted"},
{"permission"=>"manage_pages", "status"=>"granted"},
{"permission"=>"publish_actions", "status"=>"granted"}]