从Linkedin获得两个用户access_token

时间:2017-07-15 06:44:26

标签: php linkedin linkedin-api

我正在使用linkedin进程登录。

我很惊讶,回复两个access_tokensaccess_token_secretes

第一个access_tokensession中作为

返回
Array
(
    [OAUTH_ACCESS_TOKEN] => Array
        (
            [https://api.linkedin.com/uas/oauth/accessToken] => Array
                (
                    [value] => some_access_token_string
                    [secret] => access_token_secrete
                    [authorized] => 
                )

        )

)

以及

$client = new oauth_client_class;

类对象$client,在验证后返回

  ["access_token"]=> "some_other_access_token"
  ["access_token_secret"]=> "some_other_access_token_secrete"
  ["access_token_expiry"]=> "2017-09-13 06:36:10"
  ["access_token_type"]=> ""
  ["default_access_token_type"]=> ""
  ["access_token_parameter"]=> ""
  ["access_token_response"]=> NULL
  ["store_access_token_response"]=> false
  ["access_token_authentication"]=> ""
  ["refresh_token"]=> ""

现在我很困惑应该将哪个access_tokenaccess_token_secrete值存储在db中以备将来使用?

1 个答案:

答案 0 :(得分:1)

使用 ["access_token"]=> "some_other_access_token"这将满足您的需求。

但您可以在此处阅读完整的文档:https://developer.linkedin.com/docs/best-practices#keysecret