我收到了两个我所知道的错误。 我正在构建一个应该允许我发布新闻等的应用程序。 它是由appery.io
构建的插件在Facebook方面,我确定了用户在登录后重定向的页面网址,下面列出了两个错误的示例。
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
}
}