无法使用linkedin-j库发送邀请

时间:2013-03-14 07:57:34

标签: android api linkedin invitation

我正在尝试从Android应用发送Linkedin邀请。 (我拥有所有权限,包括Send invitationMessage(w_message))。我可以成功发送消息,但我不能发送邀请。

我正在准备CommunicationsApiClient名为com_cliClient的对象,并试图通过Person或Id发送邀请.. 我没有收到任何错误在调用以下方法但是邀请函未发送。

一些代码:

com_cliClient.sendInviteToPerson(p2, "hello", "Invitation...");
com_cliClient.sendInviteById(id, "hello","Invitation",authHeader);

我正在使用linkedin-j-android.jar for Android Application。

0 个答案:

没有答案