LinkedIn API v2 獲取用戶信息 (LinkedIn API v2 get user info)


問題描述

LinkedIn API v2 獲取用戶信息 (LinkedIn API v2 get user info)

我有此人的電子郵件地址,我想通過此電子郵件(使用他們的 API v2)在 LinkedIn 網絡中找到此人,並從 LinkedIn 個人資料中獲取此人的職位。可以這樣做嗎?

Linkedin 提供 為此類目標處理 Lookup API,但它似乎是私有的。有沒有其他方法可以實現這一目標,或者只有 LinkedIn 合作夥伴才有可能?如果是,我必須滿足哪些條件才能成為領英合作夥伴?


參考解法

方法 1:

Answer from the LinkedIn support:

The permissions to access Handle Lookup API are no longer granted as we are not accepting partners for the program.

We currently don't offer any API's that would allow you to search by email address. Since your app would be collecting the member data, we do not offer the ability to search. If you do store member data, you need to be sure you're following the data storage requirements. In order to view a users email address, they would first need to authenticate the app using the authorization flow.

(by Sergey ZembaSergey Zemba)

參考文件

  1. LinkedIn API v2 get user info (CC BY‑SA 2.5/3.0/4.0)

#linkedin #linkedin-api






相關問題

php中需要LinkedIn類型的朋友連接 (LinkedIn type friends connection required in php)

我可以在沒有明確用戶批准的情況下獲得 Linkedin oauth 訪問令牌嗎? (Could I get Linkedin oauth access token without explicitly user approve?)

Rails 3 Linkedin API 寶石 (Rails 3 Linkedin API gem)

如何在 iOS SDK 中獲取 LinkedIn 連接/朋友/聯繫人? (How to fetch LinkedIn connections/Friends/Contacts in iOS SDK?)

Linkedin 應用程序具有 OAuth 用戶令牌和 OAuth 用戶密鑰,它們會過期嗎? (Linkedin Application has OAuth User Token and OAuth User Secret, Do they Expire?)

LinkedIn 獲取個人資料提要或新聞提要 2015 (LinkedIn get profile feed or news feed 2015)

OAuth2::LinkedIn 錯誤 (OAuth2::Error with LinkedIn)

如果 Android 中未安裝 LinkedIn 本機應用程序,如何使用 LinkedIn 登錄和發布? (How to login and post with LinkedIn if LinkedIn native app is not installed in android?)

使用 JS API 集成 LinkedIn 登錄 (Integrate LinkedIn login using JS API)

Linkedin oauth2 r_liteprofile 沒有從 api 返回 (Linkedin oauth2 r_liteprofile not being returned from api)

LinkedIn OAuth2.0 使會話無效/強制重新授權 (LinkedIn OAuth2.0 Invalidate Session / Force re-authorization)

LinkedIn API v2 獲取用戶信息 (LinkedIn API v2 get user info)







留言討論