linkedin-api Questions

7

Solved

At using share function via LinkedIn API, one and the same picture is transfered for each page of the website http://hrm.mysitedemo.co.uk The picture is cached on the server. The address of this pi...
Agronomics asked 28/11, 2014 at 14:0

2

I implement LinkedIn Register in to my android app... I use LinkedIn Android SDK: link and i follow these tutorial: tut However I stuck in one big problem. I successful get token by method: LISes...
Duralumin asked 23/6, 2016 at 14:35

0

I have an app which allows users to sign in with LinkedIn thought OAuth. We are having a problem with login authentication. It has been successfully worked last days but now they're asking to...
Cafeteria asked 22/3, 2019 at 5:58

1

Solved

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_basicpr...
Keli asked 19/1, 2019 at 8:36

1

When I'm retrieving social actions of a linkedin share using socialActions endpoint, I'm using projection to get actor info with displayImage~. But it throws following error, "displayImage!" : {...
Jemine asked 9/5, 2018 at 11:0

1

I am trying to create video post on linkedin with new ugc endpoint there are two steps to create this type of post 1). Upload video asset on linkedin server (done) 2). make post request to ugc e...
Payable asked 16/8, 2018 at 13:48

2

It's January 2019. I'm migrating to LinkedIn API v2, as LinkedIn requires. My app has set up && been granted (by user clicks) these permissions shown in this picture. The simplest API call...
Molly asked 10/1, 2019 at 19:21

2

Solved

I've added LinkedIn as a provider. I have implemented the login and register with LinkedIn without any issue. In the use case where the user CANCELS from within the provider Pages (either linkedIn ...

2

Solved

I am trying to share content through the LinkedIn JavaScript SDK. But LinkedIn just updated their API and I cannot figure out how to: share a URL inside a popup and get a callback on a successful s...
Mckelvey asked 28/1, 2019 at 11:6

2

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:/...
Szechwan asked 15/11, 2018 at 16:20

1

Solved

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://learn.mic...
Impenetrable asked 15/1, 2019 at 15:24

0

I have implemented LinkedIn sign-in functionality using linkedin-sdk in one of my application, which was working perfectly. Since last few days, I'm not able to proceed further with an error statin...
Poltergeist asked 22/1, 2019 at 11:21

2

Solved

I use the Zoonman LinkedIn API PHP SDK to get information about companies an authenticated user is an admin of, using this bit of code: $profileCompany = $client->get( 'companies', ['is-compa...
Opinion asked 19/12, 2018 at 8:8

1

public void signInWithLinkedIn(View view){ LISessionManager.getInstance(getApplicationContext()).init(this, buildScope(), new AuthListener() { @Override public void onAuthSuccess() { Toast.ma...
Chickweed asked 16/1, 2019 at 17:25

1

I'm trying to request for an access token using the endpoint: https://www.linkedin.com/oauth/v2/accessToken?grant_type=client_credentials&client_id={clientid}&client_secret={clientsecret} ...
Allyson asked 25/9, 2018 at 11:4

4

I'm making request to LinkedIn page and receiving "HTTP/1.1 999 Request denied" response. I use AWS/EC-2 and get this response. On localhost everything works fine. This is sample of my code to get...
Struve asked 19/12, 2014 at 17:56

1

How to get email address and lite profile from linkedIn api v2 (api.linkedin.com/v2) Can not get email from https://api.linkedin.com/v2/me?oauth2_access_token=xxxx Requested &scope=r_emailadd...
Gobang asked 19/12, 2018 at 16:29

0

We're able to get metadata about videos via the ugcPosts endpoint and analytics via videoAnalytics, but I'm trying to get the actual video file or a thumbnail of the video. I'm trying hitting: htt...
Hornstone asked 3/12, 2018 at 19:18

0

I have a LinkedIn integration using their SDK and use the method authorize to request permission from the user to post in her/his behalf. It was working fine but today I noticed that it stopped wor...
Doriandoric asked 14/11, 2018 at 22:12

3

I am working on building our external web site for the company, and I want to show our company's LinkedIn profile's Recent Updates inside our web site. Currently when I access our company LinkedIn ...
Cheju asked 22/10, 2018 at 23:41

1

I want to show our LinkedIn company recent updates inside our web site. so i follow these steps, to integrate with LinkedIn JavaScript SDK @ https://developer.linkedin.com/docs/getting-started-js-s...
Lymphoid asked 23/10, 2018 at 14:31

1

Solved

I know some will put comment like this post is duplicate of so many questions, but I've tried many ways to achieve Access Token in linkedin Oauth. Explaining what i tried. 1) I'm following it's of...
Veasey asked 25/9, 2018 at 14:54

3

I was looking at the Linkedin profile - PDF export feature. I found few of the sections such as Projects, Skills ... are not getting exported in PDF. Did I missed any settings change ? Also, I was...
Extant asked 27/9, 2017 at 11:58

2

Solved

I tried so many methods, but none seem to work. Help me make a connection with linkedin using python. I have all the tokens. I have python 2.7.5. Please post a sample of basic code that establishes...
Cursor asked 11/7, 2013 at 17:57

3

I tried to login with LinkedIn sdk, but it didn't work. I have a button, and I write into the onClick method this: if (view.getId() == btnLinkedinLogin.getId()){ LISessionManager.getInstance(getA...
Misdoing asked 14/7, 2015 at 7:43

© 2022 - 2024 — McMap. All rights reserved.