5,269 questions
1
vote
0
answers
47
views
Linkedin API Acess
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: {'...
0
votes
2
answers
986
views
Creating carousel using LinkedIn APIs
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 ...
2
votes
1
answer
827
views
authlib for linkedin and fastapi
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 ...
1
vote
0
answers
199
views
How to fetch recruiter report by linkedIn API
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 ...
0
votes
1
answer
640
views
Automation attempt with Selenium to connect with people on Linkedin
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 ...
-1
votes
1
answer
659
views
LinkedIn API not providing the user URN
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 ...
0
votes
0
answers
61
views
Stuck on making the final API GET fetch with pre-flight cors failure for LinkedIn API
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:
...
1
vote
0
answers
186
views
LinkedIn post comment with mention not working
We were using LinkedIn API Version 202306, and we had to use an undocumented way to mention persons using:
"attributes": [
{
"length": 25,
"start": ...
0
votes
1
answer
664
views
Sharing a page to LinkedIn returns an error
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/...
0
votes
1
answer
77
views
Why I keep getting error after exactly 45 operations - LinkedIn URLs
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 ...
0
votes
1
answer
389
views
Linkedin API leads
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 ...
0
votes
0
answers
326
views
How to get list of linkedin learning courses with REST Api
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 ...
1
vote
1
answer
706
views
Sign In with LinkedIn using OpenID Connect. How to get a HD profile picture while login
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....
1
vote
0
answers
140
views
How to fetch feeds from LinkedIn Profile by using Linkedin API
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
...
2
votes
0
answers
109
views
Unable to do the oauth flow and login with linkedin app
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 ...
1
vote
2
answers
432
views
Integrating LinkedinAPI with Spring Security OAuth
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 ...
0
votes
1
answer
253
views
access_denied while using linkedin-api
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
...
3
votes
2
answers
13k
views
How to get LinkedIn URN
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 ...
1
vote
0
answers
213
views
How to get URNs or ID for Organizations that a user is associated with in Linkedin latest api?
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 ...
1
vote
0
answers
371
views
R HTTR::POST Linkedin API upload image using uploadUrl add binary file in body / or httr::upload_file
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.
...
1
vote
0
answers
175
views
LinkedIn post Reactions API shows Not enough permissions to access: partnerApiReactions.FINDER-entity.20231001
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 ...
1
vote
2
answers
3k
views
How to @mention persons and organizations in LinkedIn posts using the API?
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 ...
0
votes
1
answer
175
views
Getting CORS error while using LinkedIn developer API
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 ...
1
vote
0
answers
325
views
How to get permission to use LinkedIn endpoint https://api.linkedin.com/v2/me
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 "...
0
votes
0
answers
36
views
Linkedin API for get User Info in PHP Not working
Here is my Code for get Access token and get profile data.
$accessToken = $client->getAccessToken($_GET['code']);
h1('Access token');
pp($accessToken); // print ...
1
vote
0
answers
49
views
Get the list of Connections/Contacts from Linkedin for a specific user
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 ...
1
vote
1
answer
189
views
Do I have to request access to a product too?
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 ...
0
votes
0
answers
728
views
Issue with Sharing URL on LinkedIn in React App
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 ...
1
vote
1
answer
5k
views
LinkedIn API - ACCESS_DENIED - Not enough permissions to access
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}' /
--...
1
vote
1
answer
431
views
Increasing Quotas and Accessing Recent Interactions in LinkedIn Community Management API
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 ...
2
votes
1
answer
462
views
Getting vanityName from Sign in with linkedin for 3-legged authorization flow
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 ...
6
votes
0
answers
286
views
LinkedIn API: Find Organization by Vanity Name endpoint returns 500 Internal Server Error
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, ...
1
vote
0
answers
273
views
sending messages via LinkedIn API
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-...
0
votes
1
answer
62
views
linkedin-api SSO Login give 500Internal Server Error
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/...
0
votes
1
answer
250
views
Linkedin API: 404 Account not found
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" ...
1
vote
0
answers
242
views
The LinkedIn Comments API doesn't work in the latest version
When using the versioned API to post a comment on a post, it returns a 403 error
{
"status": 403,
"serviceErrorCode": 100,
"code": "ACCESS_DENIED",
&...
0
votes
0
answers
489
views
Is there a public LinkedIn API to get my current follower (not connections) count?
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 ...
0
votes
1
answer
490
views
Not enough permissions to access: partnerApiSocialMetadata.PARTIAL_UPDATE [closed]
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-...
1
vote
0
answers
66
views
LinkedIn API: Getting read ECONNRESET error while posting video in multipart
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 ...
0
votes
1
answer
2k
views
Sharing Webpage to LinkedIn: blocked by rules set in robots.txt file
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.
...
2
votes
2
answers
2k
views
linkedin api "Not Enough permissions to access: PartnerApiSocialAction.GET.202311" error
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 ...
1
vote
0
answers
200
views
LinkedIn People or members search API
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 ...
1
vote
1
answer
180
views
Linkedin - Getting empty elements while retrieving company posts using ugcposts api
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
...
1
vote
0
answers
119
views
Multiple errors occurred during the input validation on Linkedin API
I'm getting this response
{
"message": "Multiple errors occurred during the input validation. Please see errorDetails for more information.",
"status": 400
}
...
2
votes
0
answers
273
views
Sharing Link on LinkedIn from Flutter and Web gives different results
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://...
0
votes
3
answers
835
views
LinkedIn integration Access Denied
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 ...
1
vote
2
answers
1k
views
Your LinkedIn Network Will Be Back Soon error while trying integrate LinkedIn API in PHP
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 ...
1
vote
0
answers
59
views
Sign In with LinkedIn is not present in Products list on Dev App
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 ...
3
votes
0
answers
122
views
LinkedIn API: Can't fetch posts from Showcase Page
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=...
2
votes
0
answers
189
views
Deserialization output error in /adAnalytics, Array parameter 'companies' value is invalid?
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: ...