我有一个具有粉丝页面高级权限的应用程序。
我想知道,有没有办法通过任何 API 将管理员添加到粉丝专页?
我有一个具有粉丝页面高级权限的应用程序。
我想知道,有没有办法通过任何 API 将管理员添加到粉丝专页?
常规应用程序无法做到这一点,该应用程序必须被列入白名单。
{
"error":
{
"message": "(#100) App must be on whitelist",
"type": "OAuthException",
"code": 100
}
}
only gives the documentation about fetching admins but there's nothing about adding new admins.
But this should work (though, it gives me "app should be on whitelist" error)
POST admin_id
field with valid facebook id to
https://graph.facebook.com/<page_id>/admins
,
with a valid page access token (not user access_token)