重定向时使用oAuth2和LinkedIn错误

时间:2016-08-18 13:18:57

标签: c# .net linkedin oauth2

问题

我在我的应用程序中调用了LinkedIn授权页面中的URL,但我似乎收到了错误:

Request.QueryString = {error=unsupported_response_type&error_description=We+only+support+a+response_type+of+%22code%22+but+you+passed+%22%22&state=DCEeFWf45A53sdfKef424}

我已经在开发者页面上设置了我的应用程序并且已经检索了ID和Secret。然后,我想使用以下网址直接访问LinkedIn:

Response.Redirect(string.Format("https://www.linkedin.com/oauth/v2/authorization?responsetype=code&client_id={0}&redirect_uri={1}&state=DCEeFWf45A53sdfKef424&scope=r_basicprofile",APIKey,url));

任何人都可以看到我想要做的事情吗?

1 个答案:

答案 0 :(得分:1)

查看api应该是response_type而不是responsetype