OAuthException:redirect_uri不是绝对 URI。检查 RFC 3986



这是我尝试使用facebook OpenId登录时遇到的错误。我正在本地计算机上尝试。重定向 URI 应该是什么,我们需要在哪里设置该 URI?我已将redirect_uri作为LoginSuccess.xhtml页面。任何帮助都会很充实。谢谢

    {
    "error": {
    "message": "redirect_uri isn't an absolute URI. Check RFC 3986.",
    "type": "OAuthException",
    "code": 191
             }
    }

有错误说明问题是什么。而不是传递LoginSuccess.xhtml使用http://my.domain.tld/myapp/LoginSuccess.xhtml而是完全按照应有的方式使用

最新更新