5,269 questions
0
votes
0
answers
59
views
No thumbnail for linkedin multiPhoto using the ugcPosts API
I tried the ugcPosts API and found that the response does not include data for urn:li:multiPhoto:10001868XXXXX. The thumbnails property is returned as null.
May I know how to retrieve the multiPhoto ...
0
votes
0
answers
88
views
Getting 404 Error for Linkedin Advertising API when searching for creatives under a campaign
I am trying to get the list of creatives under a sponsored campaign.
I have referred to the postman collection example for getting the creating.
[https://www.postman.com/linkedin-developer-apis/...
1
vote
0
answers
55
views
How to get permissions for task "contactExporterTasks"
Hey guys I have a next's project tied with supabase. And as auth system I use LinkedIn.
const { data, error } = await supabase.auth.signInWithOAuth({
provider,
options: {
...
0
votes
0
answers
59
views
How to create a LinkedIn custom audience based on a custom conversion event (sent via Conversions API) when users click on ads?
I'm trying to build a custom audience in LinkedIn based on a custom conversion event that fires when a user clicks on a LinkedIn ad and lands on my website.
However, I am unable to do so using the ...
1
vote
0
answers
84
views
LinkedIn API: “ACCESS_DENIED - Field Value validation failed in REQUEST_BODY: Data Processing Exception while processing fields [/author]
I'm trying to post a job description to LinkedIn using their ugcPosts API through my Flask backend.
I’ve successfully obtained a 3-legged OAuth 2.0 access token with w_member_social scope.
Token works ...
0
votes
0
answers
54
views
LinkedIn Marketing API: How to filter adCampaigns by multiple statuses using search parameter without 400 error?
I’m working with the LinkedIn Marketing API and trying to fetch ad campaigns for a given account using the search parameter to filter by status.
According to the docs, the endpoint should look like ...
2
votes
0
answers
68
views
LinkedIn Pages Data Portability API returns 404 "No virtual resource found" when listing DMA pages
I am working on a WordPress plugin that integrates the LinkedIn API to retrieve posts from a company page and display them on a WordPress site.
Steps I followed
Created a LinkedIn Developer App.
...
0
votes
0
answers
57
views
Post with image made using Share on LinkedIn API
I tried making posts on LinkedIn using the Share on LinkedIn API. While posts made with only text involved showed up on LinkedIn as expected, the problem occurs when I try to make a post with image ...
0
votes
1
answer
121
views
"r_member_social" scope permission in Linkedin API
I have created a Linkedin App on Linkedin developer portal and added the community management API product. But I couldn't find r_member_social scope among all products listed in developer portal.
I ...
0
votes
0
answers
42
views
LinkedIn Events API returning 500 error when creating a personal online event. How do I make it work?
I am working on building an integration with the LinkedIn Events API. As part of testing, I am trying to create a personal online event using the Create Event endpoint, but the API keeps returning a ...
0
votes
0
answers
56
views
LinkedIn CAPI via stape.io - amount sent but not recorded on LinkedIn
I am using the stape.io LinkedIn CAPI template in the server-side GTM, and the purchase event is being sent and received (visible in the LinkedIn interface) successfully. I am sending the event time, ...
0
votes
0
answers
123
views
LinkedIn shows ‘Your Network Will Be Back Soon’ when connecting credentials in n8n
I’m trying to connect my LinkedIn credentials in n8n for an automation workflow. When I attempt to authenticate or run the workflow, I get the following message:
Your LinkedIn Network Will Be Back ...
1
vote
0
answers
37
views
The timeBasedFilter in the LinkedIn Events API doesn't work correctly
I am working on LinkedIn Events API (https://learn.microsoft.com/en-us/linkedin/marketing/event-management/events).
I am trying to get events in API, but I have some issues with the timeBasedFilter ...
1
vote
0
answers
43
views
RESOURCE_NOT_FOUND error when fetching post insights/impressions
I'm trying to get post analytics (impressions, likes, comments, repost) counts via LinkedIn API
I have following permissions with my 3 legged token
email,openid,profile,r_basicprofile,...
1
vote
0
answers
57
views
LinkedIn Posts API returns INVALID_VERSION error with documented valid versions while Images API works fine
I'm experiencing a critical inconsistency in LinkedIn's REST API version validation system. The /rest/images endpoint accepts version 202505 successfully, but the /rest/posts endpoint rejects the ...
0
votes
0
answers
75
views
LinkedIn won't display URLs for my domain or subdomains "because the URL or one of its redirects is blocked."
When I use Post Inspector with any url for my domain (caam.tech) or any of its subdomains I get this message: "We did not re-scrape (url) because the URL or one of its redirects is blocked." ...
0
votes
0
answers
102
views
Linkedin Oauth in Supabase (Lovable environment) not working, Error: Content-Security-Policy
For some reason, the Content-Security-Policy error occurs with the embedded LinkedIn Oauth authentication in my app (lovable environment) even though i redirect to a dedicated page and have verified ...
0
votes
0
answers
53
views
Author does not own [urn:li:digitalmediaAsset:...] when commenting with an image as an organization
I'm working on posting an image comment on a LinkedIn post on behalf of an organization using the LinkedIn API v2. The flow works up to image upload, but when attempting to post a comment that ...
0
votes
0
answers
48
views
How to access LinkedIn Messaging and Comment APIs for custom integration?
I’m trying to develop a custom integration where our backend system can interact with LinkedIn’s messaging and comment features — such as sending/receiving direct messages or posting/retrieving ...
0
votes
0
answers
42
views
How do I configure LinkedIn Provider from auth.js authentication library in my next.js 15 app router application?
To configure LinkedIn Provider from auth.js in my next.js 15 app, I followed instructions (including the links to LinkedIn docs) in auth.js under LinkedIn Provider. I registered an app in LinkedIn ...
2
votes
0
answers
64
views
Cannot access user email, first or last name after login [closed]
We’re developing a SaaS platform (SyncTerra) and using LinkedIn Login via OpenID Connect for user authentication.
We have:
Successfully integrated “Sign in with LinkedIn using OpenID Connect” in the ...
1
vote
0
answers
40
views
LinkedIn OpenID Connect – 403 Error: Missing r_emailaddress / r_liteprofile scopes despite configuration
We're implementing a LinkedIn login for our non-profit platform built with MediaWiki. We're using OpenID Connect and following the official Microsoft documentation step-by-step.
However, we encounter ...
0
votes
0
answers
35
views
Trying to setup Login with LinkedIn but getting 400 error
I am facing some issue trying to implement Login with LinkedIn in my application. I am integrating the LinkedIn OAuth flow within a WebView, allowing users to authenticate through the LinkedIn website....
0
votes
0
answers
44
views
Custom plugin correctly retrieves LinkedIn JSON, but no thumbnails are displayed
I’m trying to build a small WordPress plugin that:
Calls the LinkedIn REST API (/rest/posts?q=author…&count=20&sortBy=LAST_MODIFIED) to retrieve the 20 most recent posts from my organization.
...
0
votes
0
answers
40
views
AuthorizationError with linkedin auth service
I have configured linkedin auth for my application using passport library. On linkedin dev console, I have requested access for both 'Share on LinkedIn' and 'Sign In with LinkedIn using OpenID Connect'...
0
votes
0
answers
52
views
How to request and get approval for r_fullprofile, r_liteprofile, and r_emailaddress permissions for LinkedIn API?
I’m developing a talent-matching application called Adept AI Pro that integrates with the LinkedIn API to fetch user profile information. I'm currently trying to gain access to the following ...
0
votes
0
answers
52
views
Sharing image to Linkedin - share-offsite url code - small preview no matter what i do
In my react app with nestJs ->
i have a button to share on linkedin (image sharing)
// Create URL for the OG share page
const sharePageUrl =
`${baseUrl}/asset/guest/share/tags?` +
`imageUrl=${...
1
vote
0
answers
29
views
How does share-offsite URL handle image preview size modification?
For a project, I'm trying to share an image URL using share-offsite functionality and want the image preview to show like an inline image. Specifically, I want the image to appear as a large image ...
0
votes
2
answers
368
views
How to request r_liteprofile and w_member_social permissions for LinkedIn API without using Sign In with LinkedIn?
I am developing a social media scheduling platform that enables businesses to manage and publish posts across platforms, including LinkedIn.
We need to allow users to connect their LinkedIn account ...
1
vote
0
answers
65
views
LinkedIn API returns 500 Internal Server Error when creating a UGC post with image asset
I'm trying to automate LinkedIn post publishing for a personal profile using Python and the LinkedIn UGC API. I'm authenticating via OAuth 2.0 (authorization code grant), and using a valid access ...
0
votes
0
answers
40
views
LinkedIn Register Upload API — "recipes field required" or "recipe not allowed" even with correct payload
I'm trying to register an image upload for a LinkedIn post using their /assets?action=registerUpload endpoint. I've followed their documentation to the letter, used both recipes and recipe, tested in ...
0
votes
0
answers
31
views
Issues Posting to LinkedIn Groups via API: 500 Internal Server Error
I'm having issues using the LinkedIn API at this endpoint: https://api.linkedin.com/rest/posts.
Posting to my personal feed works fine, and it also works for two of the groups I'm a member of. However,...
0
votes
0
answers
69
views
LinkedIn API using python – returns 404 RESOURCE_NOT_FOUND Error
I'm trying to fetch follower data for a LinkedIn Page using the Pages Data Portability API via the dmaOrganizationalPageFollows endpoint, but I get the following response.
404 {"status":404,&...
1
vote
0
answers
61
views
Posting via the linkedin API shows successful URN response, but post do not appear on page
Im attempting to post via an n8n workflow. When Posting via the linkedin API I receive back a successful URN response, urn urn:li:share:7322971177063174144,
I have successfully posted 3 post, however ...
0
votes
0
answers
80
views
LinkedIn API: Authorization Error When Posting on Behalf of Organization
I’m developing an application that integrates with the LinkedIn API to post content on behalf of our organization. Despite being listed as a super admin and having the following OAuth 2.0 scopes:
• ...
1
vote
0
answers
74
views
How to request additional LinkedIn API permissions for r_organization_social and w_organization_social scopes? [duplicate]
I'm developing an application that integrates with LinkedIn and needs to manage and publish content on behalf of users to their LinkedIn Pages. For this, I require the r_organization_social and ...
0
votes
0
answers
43
views
Can't retrieve Organization Page Statistics using LinkedIn API
I am using LinkedIn's marketing API to fetch campaigns, ads and page metrics. I can get the metrics for campaigns, when trying to fetch page data using the 'organisationPageStatistics' endpoint, I am ...
-1
votes
1
answer
73
views
How to connect Power BI to LinkedIn Community Management API using OAuth 2.0?
I am trying to create a dashboard in Power BI to retrieve metrics from the LinkedIn Community Management API, such as follower count, engagement statistics, and post performance for a company page.
...
1
vote
1
answer
125
views
Laravel LinkedIn API 401 error organisation post data
I've created a LinkedIn account to retrieve organization post data. I was able to successfully obtain an OAuth access token. However, when I try to access user data using the endpoint:
GET https://api....
0
votes
0
answers
45
views
Upload token not returned when uploading video to linkedin
As requested from Linkedin Dev Support team, we're asking here this question.
We're trying to upload a video (5,5MB) to #Linkedin, but we're failing due to missing uploadToken not returned from the ...
1
vote
0
answers
53
views
LinkedIn UGC Posts API returns empty elements array despite valid access token (2025 link policy compliant)
I have a LinkedIn app shared by my client. Using my org ID in /v2/ugcPosts, I get results correctly. But when I switch to the client’s organization ID, I get an empty elements array even though total &...
0
votes
0
answers
32
views
c# microsoft.owin External Login
a few years ago i've implemented on my web site the external login from google, facebook and linkedin using the microsoft.owin library.
It's almost 3 months that facebook and linkedin have been having ...
0
votes
0
answers
55
views
How get basic LinkedIn posts data from a user, with or without the "r_member_social" permission
I am working for a startup that needs to retrieve limited posts data for our core features.
We need access to who liked or commented on a post and when. We can retrieve this using the Community ...
0
votes
0
answers
66
views
How to Get Numeric Member ID for LinkedIn UGC Posts API with Limited Scopes?
I’m developing a Power Apps custom connector and Power Automate flow to post content using the LinkedIn UGC Posts API. I need the numeric Member ID (e.g., "urn:li:member:123456789") to set ...
1
vote
0
answers
54
views
video post linkedin api Did my video release succeed or fail?
I am trying to upload videos using LinkedIn API V2 and everything is going smoothly without any errors. According to the LinkedIn API, it returns 201. The postResponse resource returns 1. But there is ...
0
votes
1
answer
100
views
Failedtofetchprofile data:{"status":403,"serviceErrorCode":100,"code":"ACCESS_DENIED","message":"Not enough permissions to access: me.GET.NO_VERSION"}
I am trying to authenticate user using linkedin in a flutter application, for that i'm using linkedin_login package from PUB. By using this package i'm calling this constructor LinkedInUserWidget() ...
0
votes
0
answers
86
views
How to Fetch LinkedIn User Skills and Experience After OAuth2.0 Sign-In?
Problem:
I need to fetch a user's skills and work experience after they sign up/sign in via LinkedIn using Azure AD B2C (OAuth 2.0 3-legged flow).
What I’ve Tried:
Authentication Setup:
Used ...
0
votes
0
answers
33
views
Power BI + LinkedIn API - Error integrating Community Management API with Power BI
[Power BI + LinkedIn API] Error integrating Community Management API with Power BI
Hello, I am developing an integration between the LinkedIn Community Management API and Power BI to automate the ...
0
votes
0
answers
37
views
How to Auto-Redirect My Website from Android WebView Apps to an External Browser?
Attempt 1: Using googlechrome://
if (/android/i.test(navigator.userAgent)) {
window.location.href = `googlechrome://${window.location.href.replace(/^https?:\/\//, '')}`;
}
Result: The link stays ...
0
votes
1
answer
387
views
how to retrieve user's education and work experience using linkedin api
I am trying to have users authenticate their linkedin account so my AI chatbot can obtain their data and automatically generate resume for them.
I managed to make an API call to "https://api....