从facebook登录重定向到localhost

时间:2014-11-26 10:14:19

标签: spring facebook-graph-api facebook-social-plugins spring-social

嗨Iam使用spring social for Facebook登录当我尝试连接到Facebook api时出现错误,请有人知道如何解决此问题

{
   "error": {
      "message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration.",
      "type": "OAuthException",
      "code": 191
   }
}

我从localhost:8080尝试它,我已经在facebook api中提供了网站网址www.sample.com

1 个答案:

答案 0 :(得分:0)

您可能需要编辑主机文件条目:

127.0.0.1 your_machine_name
127.0.0.1 your_machine_name.com

Linux:/etc/hosts

Windows:C:\Windows\System32\drivers\etc\hosts