与Asp.net合作的intagration Linkedin API [英] intagration Linkedin API with Asp.net

查看:85
本文介绍了与Asp.net合作的intagration Linkedin API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在努力与asp.net集成链接API我获取API密钥密钥授权代码但没有获取访问令牌请告诉我如何获取访问令牌我尝试所有传递参数的方法我查询字符串每次我获得新的授权代码和该代码传递查询参数



i使用此链接获取授权代码成功获取授权代码。

I am struggling for integrate linked-in API with asp.net i getting the API key sec key authorization code but not getting the access token please tell me asap how i get the access token i try all the method passing the parameters i query string every time i getting the new authorize code and that code passing with query parameters

i am using this link for getting the authorization code is successfully getting the authorize code.

https://www.linkedin.com/uas/oauth2/authorization?response_type=code
                                           &client_id=YOUR_API_KEY
                                           &scope=SCOPE
                                           &state=STATE
                                           &redirect_uri=YOUR_REDIRECT_URI





但当我使用此网址时获取访问令牌错误400错误请求或无效参数。





but when i use this url for getting the access token error 400 bad request or invalid parameters.

https://www.linkedin.com/uas/oauth2/accessToken?grant_type=authorization_code
                                           &code=AUTHORIZATION_CODE
                                           &redirect_uri=YOUR_REDIRECT_URI
                                           &client_id=YOUR_API_KEY
                                           &client_secret=YOUR_SECRET_KEY



亲属告诉我 asap 因为我正在努力并在几天内完成。


kin dally tell me asap because i am working on it and complete within few days.

推荐答案

请参阅链接,它已经解决了在linkedin API中访问令牌的400个错误请求



错误获取访问令牌 [ ^ ]
Refer the link , it already has solution for "400 bad request of access token in linkedin API"

error-while-getting-access-token[^]


这篇关于与Asp.net合作的intagration Linkedin API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆