有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

java什么是linkedinj中的accessTokenValue、tokenSecretValue?

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

当我们在如何获取ccessTokenValue,tokenSecretValue中注册应用程序时,我们得到了consumerKeyValue,ConsumerCretValue

下面是我们使用ccessTokenValue和tokenSecretValue的两行代码

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

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

共 (0) 个答案