LinkedIn:无效的重定向URI错误

时间:2015-07-07 09:45:39

标签: oauth-2.0 linkedin

我已经为LinkedIn授权创建了一个示例调用,如下所示:

  

https://www.linkedin.com/uas/oauth2/authorization?response_type=code&client_id=xxxxxxxx&client_secret=xxxxxxxx&redirect_uri=http://ws-100945:9080/ArtisWeb/index.html&state=9867998869&scope=r_basicprofile

但它抛出了“无效的重定向URI”错误,我已经仔细检查了redirect_uri,这是正确的。有人可以提供指导吗?

1 个答案:

答案 0 :(得分:4)

有三件事要检查:

  1. redirect_uri值应为url-encoded
  2. 仔细检查网址。 " HTTP" VS" HTTPS"和端口号
  3. 确保使用正确的client_id