linkedin-api

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

LinkedIn photo_urls or picture-urls::(original) not being returned

时间秒杀一切 提交于 2019-12-03 06:19:00
问题 So I am using omniauth and devise for LinkedIn authentication in my Rails 5 app. omniauth-linkedin-oauth2 (0.2.5) devise (4.4.1) Everything is working great for the most part and users are able to signup and authenticate using LinkedIn. However the default image that is returned in "auth.info.image" is 50x50 which is too small. I've done a lot of reading on this and the suggested way forward is adding "picture-urls::(original)" to the devise fields list. This is consistent with what I see in

Internal service error on linkedin rest api [closed]

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-03 05:08:48
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. 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 the same api call in apigee console, with a brand new user account and requesting metrics from the testing

Linkedin Member Profile Plugin not working for some profiles

梦想的初衷 提交于 2019-12-03 03:49:17
We have a webpage that shows members of a team and it includes references to everyone's LinkedIn profile. We have used the Member Profile Plugin to show a preview of the profile. Now we have a new team member and for some reason the plugin does not show her profile. The problem is reproducible on LinkedIn's own "Member Profile Plugin Generator" page. (Cannot post link as StackOverflow allows only 2 - use Google to find it.) If you use the profile URL: https://ee.linkedin.com/in/stina-pentj%C3%A4rv-53945011b and press 'Get Code' then you will get the code but the preview will be empty. And if I

LinkedIn photo_urls or picture-urls::(original) not being returned

早过忘川 提交于 2019-12-02 20:52:06
So I am using omniauth and devise for LinkedIn authentication in my Rails 5 app. omniauth-linkedin-oauth2 (0.2.5) devise (4.4.1) Everything is working great for the most part and users are able to signup and authenticate using LinkedIn. However the default image that is returned in "auth.info.image" is 50x50 which is too small. I've done a lot of reading on this and the suggested way forward is adding "picture-urls::(original)" to the devise fields list. This is consistent with what I see in the documentation ( https://developer.linkedin.com/docs/fields/basic-profile ). This however does not

Why order is not working on /v2/shares endpoint

两盒软妹~` 提交于 2019-12-02 10:14:33
问题 At hootsuite.com we are using v2/shares to create reports for multiple social profiles over large periods of time. The documentation for that endpoint specifies here that: "Shares are ordered by creation time". at the moment, when I go to https://api.linkedin.com/v2/shares?q=owners&owners=urn:li:organization:15100279&sharesPerOwner=500&start=290 I'll see "activity": "urn:li:activity:6537431951580684288" with createdTime 1558645236755 between two other shares that both have bigger createTime (

Valid JavaScript API Domain for linkedIn to use in Chrome extension

◇◆丶佛笑我妖孽 提交于 2019-12-02 09:37:57
问题 What should be a better way to specify a valid SDK domain for LinkedIn Oauth while using it in your Chrome extension? I am trying implement LinkedIn Oauth in my chrome extension and got confused because chrome extension it completely different environment than a simple web application. Don't what should be callbacks functions. If anyone has done linked Oauth with Chrome extension then please share your experience. 回答1: If you're using chrome.identity API to handle OAuth, then you can specify

How can I change a LinkedIn app's permissions?

核能气质少年 提交于 2019-12-02 04:01:50
问题 I have a LinkedIn app which can access the LinkedIn v2 API (tested with v2 endpoints), having the following privileges (scopes) according to the LinkedIn Developer Portal: r_ad_campaigns r_basicprofile rw_organization. The application is already enrolled in the Marketing Partner Program as far as my knowledge goes. Regarding the above, I would like to have two questions/requests in which I would like to ask for your help. I would like to modify the app permissions (scopes) to be the following

How can I change a LinkedIn app's permissions?

扶醉桌前 提交于 2019-12-02 02:39:38
I have a LinkedIn app which can access the LinkedIn v2 API (tested with v2 endpoints), having the following privileges (scopes) according to the LinkedIn Developer Portal: r_ad_campaigns r_basicprofile rw_organization. The application is already enrolled in the Marketing Partner Program as far as my knowledge goes. Regarding the above, I would like to have two questions/requests in which I would like to ask for your help. I would like to modify the app permissions (scopes) to be the following: r_liteprofile r_emailaddress r_member_social w_member_social rw_organization_admin w_organization

Upload video using LinkedIn V2 API

吃可爱长大的小学妹 提交于 2019-12-01 10:09:54
问题 I am trying to upload a video using LinkedIn API V2 but I am unable to post successfully video to my LinkedIn Individual Account. Please help. Returning Below Response from LinkedIn API: SignatureDoesNotMatch The request signature we calculated does not match the signature you provided. Check your key and signing method. $person_id=LINKEDIN_ACCOUNT_ID; $access_token= LINKEDIN_ACCESS_TOKEN; $share_text='Video Upload and Share Text'; $author = "urn:li:person:".$person_id; $r_url='https://api