如何通过图形api成功更新facebook组的cover_url?无论我尝试什么,我从下面的第3步得到一个错误:
>按POST / APP-ID / groups创建组文档:https://developers.facebook.com/docs/graph-api/reference/v2.5/app/groups#publish
>获取返回的GROUP-ID
>使用相同的access_token,POST / GROUP-ID和cover_url参数文档:https://developers.facebook.com/docs/graph-api/reference/v2.5/group/#update
我收到的错误是以下形式:
{
message: 'An unknown error has occurred.',
type: 'OAuthException',
code: 1,
fbtrace_id: <SOME-ID>
}
我想象有效的封面照片有一些限制,但文档或错误都没有给我任何关于这是什么的指示.
我提交了一个错误报告给facebook,这是合法的Facebook错误:https://developers.facebook.com/bugs/425584494232936/
最佳答案 事实证明,这是一个 issue with the facebook api itself.