我正在尝试使用Linkedin-J发布网络更新。下面是我的代码:
final LinkedInApiClientFactory factory = LinkedInApiClientFactory.newInstance(linkedin_app_id, linkedin_app_secret);
final LinkedInApiClient client = factory.createLinkedInApiClient(token, tokenSecret);
client.postNetworkUpdate(message);没有异常发生,但没有发布任何内容。
应用程序的状态是Live,我尝试从developpers列表中删除我自己的帐户,但没有成功。
发布于 2014-06-19 17:43:17
最终工厂= LinkedInApiClientFactory.newInstance(linkedin_app_id,linkedin_app_secret);
客户端=factory.createLinkedInApiClient(新令牌(LinkedInAccessToken,tokenSecret);
Client.postNetworkUpdate(消息);
https://stackoverflow.com/questions/22072738
复制相似问题