actionscript3 Facebook API または Graph API を使用して FanPage を作成することは可能ですか?
私は次の方法を使用しました:
Facebook.api(Page_ID + "/likes/", getLikeHandler, URLRequestMethod.POST);
しかし、私はフォロー例外を取得します
{
"error": {
"message": "(#3) Application does not have the capability to make this API call.",
"type": "OAuthException",
"code": 3
}
}
私の問題の解決策はありますか?