什么是accessTokenValue,linkedin-j中的tokenSecretValue?

时间:2012-02-29 06:52:04

标签: java

我尝试使用linkedin-j api与linkedin建立连接。

当我们在如何获取ccessTokenValue,tokenSecretValue的链接中注册应用程序时,我们得到consumerKeyValue,consumerSecretValue。

以下是我们用户ccessTokenValue,tokenSecretValue。

的两行
final LinkedInApiClientFactory factory = LinkedInApiClientFactory.newInstance(consumerKeyValue, consumerSecretValue);

final LinkedInApiClient client = factory.createLinkedInApiClient(accessTokenValue, tokenSecretValue);

0 个答案:

没有答案