linkedin

Linkedin second degree connections API

ぃ、小莉子 提交于 2019-12-03 18:51:21
I got the linkedin authenticated user's profile information and connection details as per the codeigniter/linkedin api method.But my final need is to get the connections of my connections.The linkedin documentation says that if we have the 'r_network' permission we will get the 1st and 2nd degree connections,but I couldn't. Please suggest a solution for fetching the second degree connections.The following is my code. $profile_connections = $this->linkedin->profile('~/connections:(id,first-name,last-name,picture-url,industry,location,public-profile-url,positions:(company:(name)))'); $profile

Bad request: Attempting to associate a ugc with an asset that's not owned by the author

独自空忆成欢 提交于 2019-12-03 17:57:57
问题 I'm trying to migrate my app from LinkedIn API v1 to v2. I'm currently looking at sharing images (natively) to my personal LinkedIn profile. I'm following the official docs here: https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/share-on-linkedin#create-an-image-share To register the image I made the following POST request: to https://api.linkedin.com/v2/assets?action=registerUpload { "registerUploadRequest": { "recipes": [ "urn:li:digitalmediaRecipe:feedshare-image"

Extracting LinkedIn recommendations for your website

流过昼夜 提交于 2019-12-03 16:56:37
问题 How can I extract or get the LinkedIn recommendations for my website? Is there any plugin or PHP script? 回答1: You can extract the recommendations using the LinkedIn API, specifically the Profile API. Rough steps are: Create an application; Authenticate yourself via OAuth; Make a call to the API (via JavaScript or some other language via the REST interface) to retrieve your recommendations. A sample call that will do this: http://api.linkedin.com/v1/people/~:(recommendations-received) In terms

Internal service error on linkedin rest api [closed]

陌路散爱 提交于 2019-12-03 15:30:09
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I'm working on an app that uses LinkedIn api. Since about two days I can't get any response from the endpoint "company-statistics". To be more specific, I'm calling https://api.linkedin.com/v1/companies/2414183/company-statistics?format=json And all I can get is an "internal service error", a sort of 500. I tried

How to get the company id from Linkedin Company URL in PHP?

99封情书 提交于 2019-12-03 14:46:09
I have the Linkedin company URL as follows, http://in.linkedin.com/company/abb and the company ID for ABB limited is 277579 . Essentially you can also reach ABB through http://www.linkedin.com/company/277579 . But if I have only http://in.linkedin.com/company/abb . Is it possible to get the company ID through this URL? Does parsing the URL help? Seeking any good method to get the company ID. Is there any other way to do without using Linkedin API? Hope I am clear with my question. Any help would be appreciated. Type in your company name in the autocomplete field. Wait until your company name

How do I get email address field using the LinkedIn Javascript API?

做~自己de王妃 提交于 2019-12-03 12:19:41
I'm using the LinkedIn Javascript API to sign in users to my application, however the API is not returning the email address even though I'm requiring permission for that specific field. I'm including the API script as follows: <script type="text/javascript" src="//platform.linkedin.com/in.js"> api_key: API_KEY scope: r_fullprofile r_emailaddress </script> then I'm including the Log In button in the markup: <script type="in/Login" data-onAuth="onLinkedInAuth"> and finally I have a function to add the callback for the API response: function onLinkedInAuth() { var fields = ['first-name', 'last

LinkedIn V2 API permission for reading socialActions and Shares

我的未来我决定 提交于 2019-12-03 12:16:07
I get no permissions error when i make the following linkedIn V2 Api call https://api.linkedin.com/v2/socialActions/ {share URN}?oauth2_access_token={access token} LinkedIn Api Response { serviceErrorCode: 100, message: "Not enough permissions to access /socialActions/{target} GET ", status: 403 } These are the Default application Permissions can someone please help on this. (Need to make this work on V2 api) Your API call will return a 403 Forbidden error if you do not have the appropriate admin permission to interact with the target company. The following endpoints are the only ones

Linkedin: Sharing URL Summary not appearing

故事扮演 提交于 2019-12-03 10:02:21
I'm not sure if this is new behaviour or if it didn't work at all. So I'm using the LinkedIn Customized URL feature, you can look it up here . The URL looks like this: https://www.linkedin.com/shareArticle?mini=true&url=http://developer.linkedin.com&title=LinkedIn%20Developer%20Network&summary=My%20favorite%20developer%20program&source=LinkedIn Once I share the URL the provided summary is not shown in the post preview: So I tried with other services like Youtube, Reddit etc. and all posts do not include the provided summary. Unfortunately I can't provide you the open-graph tags I used on my

Retrieve job postings for a specific company using LinkedIn's API

旧时模样 提交于 2019-12-03 09:49:51
问题 I have access to a company's unique linked in ID and would like to be able to do a search for its job postings; however, the only company-related input for the job-search call is company-name , and the companies call does not appear to offer job postings in the output. Is my only option to use the companies call to get the company name and then make a separate call with the acquired company name (and then subsequent calls for each returned job so that I can get the title of the position

Get more details on Linkedin share api 500 Internal Service Error

天大地大妈咪最大 提交于 2019-12-03 08:22:42
I am posting here because of LinkedIn has no api support . We continue to receive an error for certain token's when using the share api. Our code has not changed and these users have successfully utilized the api in the past. { "errorCode" : 0, "message" : "Internal service error", "requestId" : "AC4KMS1HP3", "status" : 500, "timestamp" : 1521427562451 } How can we get more information / details about this error? UPDATE I was able to get a generic response from LinkedIn, using the cases, at Your Cases . They said they would pass along to the api team. At least there was a confirmation of an