使用LinkedIn API中的Oauth 2.0获取用户配置文件

时间:2013-07-10 13:06:48

标签: rest oauth-2.0 linkedin

我想实现“使用LinkedIn注册”功能,我遵循了这个文档并坚持使用此错误而不是获取访问令牌。 https://developer.linkedin.com/documents/authentication

{
    "error": "invalid_request",
    "error_description": "missing required parameters, includes an invalid parameter value, parameter more then once. : client_id"
}

我想以注册表格填写用​​户基本信息,例如名字,姓氏,电子邮件等 我不想使用javascript API,需要使用linkedIn的REST API,

2 个答案:

答案 0 :(得分:10)

答案 1 :(得分:3)

请参阅以下内容,

http://www.bigcode.net/2013/08/linkedin-share-api-usage-using-oauth2.html

它包含使用OAuth2和访问其中一个api的详细信息。

该代码可用于身份验证。 通过身份验证后,您可以使用此处提到的Profile api

http://developer.linkedin.com/documents/profile-api获取个人资料详情。