私が認識している2つのエラーが発生しています。ニュースなどを投稿できるアプリを作成しています。appery.io によって構築されたプラグインです。
Facebook 側では、ユーザーがログイン後にリダイレクトされるページの URL を特定しました。以下の 2 つのエラーの例も以下に示します。
http://appery.io/app/view/ee34c582-cba8-4ea0-9236-572de16b20e4/FacebookPublishing_AfterLogin.html
{
"error": {
"message": "Invalid verification code format.",
"type": "OAuthException",
"code": 100
}
}
{
"error": {
"message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration.",
"type": "OAuthException",
"code": 191
}
}