我尝试使用linkedin-j api与linkedin建立连接。
当我们在如何获取ccessTokenValue,tokenSecretValue的链接中注册应用程序时,我们得到consumerKeyValue,consumerSecretValue。
以下是我们用户ccessTokenValue,tokenSecretValue。
的两行final LinkedInApiClientFactory factory = LinkedInApiClientFactory.newInstance(consumerKeyValue, consumerSecretValue);
final LinkedInApiClient client = factory.createLinkedInApiClient(accessTokenValue, tokenSecretValue);