Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
1 vote
0 answers
47 views

I am able to authenticate using OAuth and have access to these scopes profile, email, w_member_social, and opened. However when I try to access the profile data I get below error Profile Data: {'...
ish's user avatar
  • 35
0 votes
2 answers
986 views

I have been trying to use the LinkedIn APIs to post a carousel. I looked into the documentation but the only mention of Carousel is in Carousel Ads. Upon some research, I could see that the PDF is ...
Ripan Choudhary's user avatar
2 votes
1 answer
827 views

I am trying to create a login using linkedIn and authlib, but I'm running into errors when I try and receive my token. I am able to redirect to the linked in authentication and then redirect to my ...
TeeWhy's user avatar
  • 21
1 vote
0 answers
199 views

I want to create service to collect all reporting data for all recruiters from my organization. That will be APIs from this group https://www.linkedin.com/talent/reporting/api/. I checked all public ...
user23491342's user avatar
0 votes
1 answer
640 views

I am currently using Selenium for automation to connect with Recruiters through Linkedin in an automated way. The login works, also my script enters the keywords of "IT Recruiter" but the ...
Gonzalo's user avatar
  • 13
-1 votes
1 answer
659 views

am trying to use linkedin API to make users share content from our platform to their profiles in LinkedIn, in the Documentation the API requires a user URN in the request body. But when i follow how ...
Ahmed's user avatar
  • 13
0 votes
0 answers
61 views

I've been following the official docs at: https://learn.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?context=linkedin%2Fcontext&tabs=HTTPS1 Here we're instructed to: ...
Nasser's user avatar
  • 65
1 vote
0 answers
186 views

We were using LinkedIn API Version 202306, and we had to use an undocumented way to mention persons using: "attributes": [ { "length": 25, "start": ...
malber's user avatar
  • 53
0 votes
1 answer
664 views

We're having problems with sharing pages to LinkedIn using the URL scheme. Most all URL work fine, but one particular domain fails for every page under it. The response from: https://www.linkedin.com/...
Andy Wallace's user avatar
0 votes
1 answer
77 views

I wrote a code in python using selenium etc. to open LinkedIn urls to get logged in url. everything is working as it probably should, but I get error Message: invalid session id after exactly 45 urls ...
martas prchal's user avatar
0 votes
1 answer
389 views

I am trying to get the leads using the URN of a SponsoredAccount but I get the following error: {'errorDetailType': 'com.linkedin.common.error.BadRequest', 'message': 'Multiple errors occurred during ...
Martinetto's user avatar
0 votes
0 answers
326 views

I looks for a guide or docs about how to get linkedin learning courses list with Rest Api and to present them to users in my website according to their skills i did'nt find a way to fetch them , i ...
יוחאי אוחנה's user avatar
1 vote
1 answer
706 views

I'm using new sign in with linkeIn using OpenID. https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin-v2 Anyone has any idea that with new sign in method....
Harsh Prajapati's user avatar
1 vote
0 answers
140 views

I want to fetch feeds from LinkedIn profile (it can be profile / a company page). i created LinkedIn developer app. I have permissions for openid profile r_organization_social rw_organization_admin ...
Test's user avatar
  • 11
2 votes
0 answers
109 views

Tried to login via Oauth using Linkedin App. But seeing this error screen instead of being asked to approve login as one would expect from an Oauth app. Any resolutions or explanations would be ...
Vaibhav Chopra's user avatar
1 vote
2 answers
432 views

I am in a very weird problem, most probably caused by linkedin API. I have configured linkedin as a provider, as normally as anyone can. PFA Snippets. Problem is very weird: For me to get user's ...
Aman Desai's user avatar
0 votes
1 answer
253 views

Hello linkedin support. I have created an app on ttps://www.linkedin.com/developers/ site. With ClientID and secret. I use postman with: This grant_type:client_credentials client_id: xxxxxxxx ...
Michael Schrading's user avatar
3 votes
2 answers
13k views

I am trying to set up sharing of post via application. As per doc - https://learn.microsoft.com/ru-ru/linkedin/consumer/integrations/self-serve/share-on-linkedin I have created an app. And I need to ...
Maq's user avatar
  • 31
1 vote
0 answers
213 views

I used below code to get the user details.But in that response,I did not get the Organization(Page) details associated with the user. import requests # Replace 'YOUR_ACCESS_TOKEN' with your actual ...
AbinBenny's user avatar
1 vote
0 answers
371 views

I'm using R 4.1.2 and HTTR 1.4.7 to publish in Linkedin personal feed. So I have followed the steps shown by Linkedin and Microsoft, here. I have been able to create a share without media. ...
Jorge Heriberto Chavez Rosales's user avatar
1 vote
0 answers
175 views

I am trying to get all the reactions to my organization's posts via APIs. I focused on one post first Some notes: Other APIs are working fine (i.e. posts, share statistics) I have permission to ...
Hector Guerra's user avatar
1 vote
2 answers
3k views

I'm trying to publish posts on LinkedIn using their API. Based on their documentation (section: Mentions and Hashtags using Posts commentary) I need to use the person's (or organization's) URN and set ...
Alex Atsoc's user avatar
0 votes
1 answer
175 views

I'm using developer API to get access from user, I have set localhost and required domains in settings widget portal and added redirect URI in auth but still it's giving CORS error, These API's can be ...
Karthik's user avatar
  • 21
1 vote
0 answers
325 views

I have already created a LinkedIn "Company" using my LinkedIn account that allowed me to create an LinkedIn App. I now a clientID and secret but that only gives me access to certain "...
Mark C's user avatar
  • 768
0 votes
0 answers
36 views

Here is my Code for get Access token and get profile data. $accessToken = $client->getAccessToken($_GET['code']); h1('Access token'); pp($accessToken); // print ...
Jobeyze's user avatar
1 vote
0 answers
49 views

We have a requirement to fetch the list of Linkedin connections through an api call by passing the user id. On doing some research I could find there are few connections API, but there is restricted ...
Karan Gupta's user avatar
1 vote
1 answer
189 views

My client wants to display his company's recent LinkedIn posts on his website. I plan on working up a custom PHP script to make that happen. I created an app and it's been verified. Do I need to ...
Chris Falkenstein's user avatar
0 votes
0 answers
728 views

Hello Stack Overflow Community, I am developing a React application and facing an issue with sharing a URL on LinkedIn. My application has two main components: App.jsx and Share.jsx. In Share.jsx, I ...
Gagan Deep's user avatar
1 vote
1 answer
5k views

When I requested the /rest/me LinkedIn API endpoint... curl --location 'https://api.linkedin.com/rest/me' / --header 'Content-Type: application/json' / --header 'Authorization: Bearer {MY_TOKEN}' / --...
two-bit-fool's user avatar
  • 5,138
1 vote
1 answer
431 views

I've been working with the LinkedIn Community Management API and I'm encountering two main issues: Quota Limits: I'm currently facing quota limits of about 10 requests per user per 24 hours for each ...
Yann's user avatar
  • 11
2 votes
1 answer
462 views

I'm trying to get the vanity name of the signed in user using 3-legged OpenID auth. The linkedin documentation looks out of date. It says you have to use r_liteprofile, but linkedin documentation the ...
Eric Han's user avatar
6 votes
0 answers
286 views

I keep receiving 500 Internal Server Error for the endpoint "Find Organization by Vanity Name" . I tried with the 202307 and 202311 versions, but I get the same result. In the documentation, ...
Carina's user avatar
  • 61
1 vote
0 answers
273 views

Good afternoon, I'm trying to make a PHP application that sends messages to Linkidin. From the source data there is a username and password and a user ID to which you need to send ACoAAD-...
Vadim Bobrov's user avatar
0 votes
1 answer
62 views

I want use SSO of linkeding to my app, this is the generated url after click on my app button https://www.linkedin.com/oauth/v2/authorization?response_type=code&redirect_uri=https://xx.com/auth/...
Mehran Ishanian's user avatar
0 votes
1 answer
250 views

I'm trying to find conversions rules by Ad Account using https://api.linkedin.com/rest/conversions API endpoint. However, some accounts are returning an error message "Account not found" ...
Jessie Labadan's user avatar
1 vote
0 answers
242 views

When using the versioned API to post a comment on a post, it returns a 403 error { "status": 403, "serviceErrorCode": 100, "code": "ACCESS_DENIED", &...
kush-mish's user avatar
0 votes
0 answers
489 views

I am hoping to create a LaMetric app (for my own personal use) to show my current follower count for my LinkedIn profile. This needs to be obtained using the public API as to avoid the risk of account ...
joshua1307's user avatar
0 votes
1 answer
490 views

I am trying to disable comments on linkedin posts . https://learn.microsoft.com/en-us/linkedin/marketing/community-management/shares/social-metadata-api?view=li-lms-2023-11&tabs=curl#enable-or-...
Kaushar Ashrafi's user avatar
1 vote
0 answers
66 views

While posting videos in multipart, as written in the docs, we are getting the error read ECONNRESET intermittently, i.e. the server is closing the connection unexpectedly. This is happening for videos ...
kush-mish's user avatar
0 votes
1 answer
2k views

I am looking for guidance on dealing with an issue with websites I manage. I have been having issues with sharing pages of my website learnagentformula.com and other websites that use this template. ...
Agent Formula Master Account's user avatar
2 votes
2 answers
2k views

i am fetching the comments with an authorized member have the right permissions to interact with the linkedin developer api's. other api's are working fine but for the socialActions api's giving the ...
Zain Ahmad Chattha's user avatar
1 vote
0 answers
200 views

I cannot find the LinkedIn People search API. I need to create an app integrated with LinkedIn and search people using that API. There is no documentation available around this. I looked at the ...
Tourist15's user avatar
1 vote
1 answer
180 views

I need to retrieve latest 3 linkedin posts of my company display in my company's webpage. I do have the following rights for my Bearer token. openid profile email r_organization_social r_basicprofile ...
Divya Neelakandan's user avatar
1 vote
0 answers
119 views

I'm getting this response { "message": "Multiple errors occurred during the input validation. Please see errorDetails for more information.", "status": 400 } ...
Venyx's user avatar
  • 46
2 votes
0 answers
273 views

I am trying to share a Link of webpage on LinkedIn from my Flutter app, I have created below function for that: void _shareOnLinkedIn() async { final String linkedInShareUrl = "https://...
Jaimin Modi's user avatar
  • 1,707
0 votes
3 answers
835 views

We have an integration with the LinkedIn API and since yesterday, we have started receiving 403 codes. It is important to note, that we haven't done any changes it just started failing. Is there ...
Diego Mauricio Ortiz Parada's user avatar
1 vote
2 answers
1k views

I have been trying to integrate LinkedIn API in my PHP application to get the latest posts. I have created an app and configured the necessary settings and tried to access LinkedIn API. But I am ...
Rajeesh's user avatar
  • 13
1 vote
0 answers
59 views

I'm trying to enable the permission scope: "r_liteprofile" and I've read that this can be enabled if "Sign In with LinkedIn" is turned on in the Products list, however I don't seem ...
chowdud's user avatar
  • 63
3 votes
0 answers
122 views

We're trying to use the LinkedIn API to fetch posts from a Showcase Page but this doesn't seem to work anymore. We do the following API call: Method: GET URL: https://api.linkedin.com/rest/posts?q=...
Jens De Vlieger's user avatar
2 votes
0 answers
189 views

I get the following error: 'Array parameter 'companies' value 'List(urn%3Ali%3Aorganization%3A12345)' is invalid. Reason: Deserializing output 'List(urn%3Ali%3Aorganization%3A12345)' failed' status: ...
Rushki's user avatar
  • 21

1
3 4
5
6 7
106