linkedin-j

    0熱度

    1回答

    我正在嘗試使用linkedin-j或/和scribe_1.3在我的三星Galaxy S(android版本2.3.6)上整合linkedin,並且我想知道如果它兼容。 我的應用程序崩潰始終在: 令牌liToken = oAuthService.getRequestToken(回調);與服務器失敗的錯誤。 後來我證明給模擬器上運行2.3.3我的應用程序,它運行完美 爲什麼呢?它不兼容? 請我需要知道

    0熱度

    1回答

    我正在使用linkedin-j在java中驗證管理linkedin API。我在獲取用戶信息,電子郵件地址等方面沒有任何問題。即使我沒有張貼份額問題: final LinkedInApiClientFactory factory = LinkedInApiClientFactory.newInstance(consumerKeyValue, consumerSecretValue); final

    1熱度

    1回答

    有沒有辦法使用公司API獲取管理員個人資料詳細信息/公司頁面所有者詳細信息? 或反之亦然,以獲取用戶擁有的公司頁面(不是他的僱主)使用Profile API? 我閱讀文檔,可以找到一個方法,任何幫助,高度讚賞。 http://developer.linkedin.com/documents/company-lookup-api-and-fields http://developer.linkedi

    1熱度

    1回答

    我使用LinkedIn-J在我的Android app.By以下庫的使用在 https://code.google.com/p/linkedin-j/wiki/OAuthFlow https://code.google.com/p/linkedin-j/wiki/GettingStarted 提到我能獲取登錄用戶的詳細信息。但我在獲取連接和發佈網絡更新時遇到問題。在myeclipse中,它顯示訪問

    0熱度

    1回答

    final LinkedInOAuthService oauthService = LinkedInOAuthServiceFactory.getInstance().createLinkedInOAuthService(consumerKeyValue, consumerSecretValue); LinkedInRequestToken requestToken = oauthService

    2熱度

    1回答

    我試圖得到連接或用戶的好友信息LinkedIn使用LinkedIn的jar Android和例如google code給出的LinkedIn個人資料的連接,但我不會得到使用linkedInApiClient.getConnectionsForCurrentUser()這個方法調用連接它返回null,但我可以用linkedInApiClient.getProfileForCurrentUser()

    2熱度

    1回答

    我在API中使用鏈接。我想通過使用名稱來搜索我的連接。這是做 我的第二件事是我需要得到的searched users new connection,get status update and provide status update 我正在使用linkedin-j jar文件。 我得到了整體連接的新連接。 Network network = linkedin.getConnectionsNewC

    4熱度

    1回答

    是否有可能找到不分享他的Feed的用戶?任何可用於獲取該記錄的選項。因爲當我獲取連接的用戶更新時,我收到異常。

    0熱度

    1回答

    我正在使用linkedin-j-android.jar進行linkedinIn連接,併成功完成了我的要求。但對於某些用戶,當我嘗試獲取用戶更新時,我得到異常。 com.google.code.linkedinapi.client.LinkedInApiClientException: java.lang.IllegalArgumentException: MOBILE 或 com.google

    2熱度

    2回答

    我正在嘗試在Android中使用URL或成員ID在應用程序中打開Linkedin配置文件。 我試試這個: Intent linkedinIntent = new Intent(Intent.ACTION_VIEW); linkedinIntent.setClassName("com.linkedin.android", "com.linkedin.android.profile.ViewProf