linkedin-j

LinkedIn-J does not return educations

半腔热情 提交于 2019-12-25 08:59:22
问题 I am using LinkedIn-J. My application authenticates without problem, I get data from the user - even their first name, last name etc. Person profile = client.getProfileForCurrentUser(); profile.getFirstName(); However, when I try to get the list of educations, the Educations object returned is null : Educations educations = profile.getEducations(); educations == null What can be the error? Should my application ask for special permissions to be granted? 回答1: I've never used the Linkedin-j api

What are the steps to use linkedin people search api?

房东的猫 提交于 2019-12-12 01:47:32
问题 I am trying to access linkedin people search api via http://api.linkedin.com/v1/people-search?first-name=Clair But it returns me <error> <status>401</status> <timestamp>1422599405748</timestamp> <request-id>3O1KI50MDV</request-id> <error-code>0</error-code> <message>Unknown authentication scheme</message> </error> What am I doing wrong? I have never used the api.Can anyone help me on this. 回答1: You need to register your app with LinkedIn and get their approval (they call it vetted access) to

How to fetch admin profile details of a company page using Company API - Linkedin

北慕城南 提交于 2019-12-11 04:29:47
问题 Is there a way to fetch Admin profile details/Company page owner details using Companies API? or Vice-versa, to fetch Company Pages the user owns (Not his employers) using Profile API? I read the documentation and could find a way for it, any help is highly appreciated. http://developer.linkedin.com/documents/company-lookup-api-and-fields http://developer.linkedin.com/documents/profile-fields 回答1: According to the LinkedIn API docs (last example in the Overview section), you can get all the

How to read linkedin inbox messages [closed]

谁说我不能喝 提交于 2019-12-09 15:46:24
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 6 months ago . I've done a massive research on linkedin api in order to find out how to read my inbox messages through the Api. i've looked in this post where they say that this isn't possible: link Did anyone found a good solution/workaround for this issue? 来源: https://stackoverflow.com

IN.User.Authorize callback never fired

百般思念 提交于 2019-11-30 07:23:30
Since today, our application that uses the linkedin javascript SDK to authenticate users stopped working. ​ We realized that the call to https://platform.linkedin.com/in.js now redirects to https://platform.linkedin.com/xdoor/scripts/in.js . ​ Consequently, calls to IN.User.Authorize(callbackFunction) successfully opens the authentication dialog window but the callback is never fired anymore. ​ Also, in another part of our application we are using the IN.UI.Authorize.place().onWindowRemove.subscribe(callbackFunction) to track dialog closes. This feature has also stopped wording and now opens a

IN.User.Authorize callback never fired

我是研究僧i 提交于 2019-11-29 09:32:19
问题 Since today, our application that uses the linkedin javascript SDK to authenticate users stopped working. ​ We realized that the call to https://platform.linkedin.com/in.js now redirects to https://platform.linkedin.com/xdoor/scripts/in.js. ​ Consequently, calls to IN.User.Authorize(callbackFunction) successfully opens the authentication dialog window but the callback is never fired anymore. ​ Also, in another part of our application we are using the IN.UI.Authorize.place().onWindowRemove