5,243 questions
Best practices
0 votes
3 replies
68 views
Retrieving data such as impressions for each share for each day
I am stuck on this for quite some time, and the API guide lines are not helping. I am trying to retrieve impressions, viralImpressions, clicks etc from shares. I have all rights neccessary. I have ...
Tooling
2 votes
0 replies
45 views
Guidance on fetching profile data such as skillset, industry
We would like to understand which API or product is available to help us retrieve user profile information—specifically attributes such as skills. We like to obtain this data based on explicit user ...
0 votes
0 answers
48 views
Member permissions must be used when using member as author - LinkedIn API
I'm trying to get the posts in from my personal LinkedIn account and I generated a token using linkedin developer token tools after I created an app. the app has Community Management API product ...
0 votes
0 answers
76 views
Next.js caching with LinkedIn API - images BATCH-GET
In my Next.js 15 website I added a LinkedIn feed viewer. As per my understanding, linkedin has posts FINDER to retrive all posts, but its response is not ideal for rendering as the posts image are ...
0 votes
1 answer
49 views
LinkedIn memberCreatorPostAnalytics returns 404 RESOURCE_NOT_FOUND for valid posts
I am attempting to retrieve post analytics using the LinkedIn memberCreatorPostAnalytics endpoint, but consistently receive a 404 Resource not found response, despite successful OAuth and post ...
Advice
1 vote
2 replies
129 views
Is LinkedIn Member Post Analytics API still available for creator tools in 2026?
I am building a LinkedIn content planning and publishing tool for creators, primarily targeting the German-speaking market (DACH). The goal is to show creators analytics for their own posts only, such ...
Best practices
0 votes
0 replies
33 views
LinkedIn Developer Portal: how to proceed when publishing functionality is not available for a new app?
I have created a LinkedIn Developer application and completed the standard setup steps (OAuth configuration, redirect URLs, and enabling the relevant products). At this stage, I want to allow users to ...
0 votes
0 answers
38 views
Linkedin OAuth2 PKCE activation for application
When i try to implement the 3 legged OAuth2 flow as documented here, i get a Bummer, something went wrong. error message without any indications beside this Internal Server Error. I'm launching this ...
2 votes
0 answers
68 views
403 ACCESS_DENIED when querying LinkedIn People Typeahead API with q=memberConnections for personal profile tagging
I'm implementing a feature to @mention personal connections when creating posts via the LinkedIn API. According to older discussions, the People Typeahead API should support q=memberConnections for ...
Advice
3 votes
0 replies
86 views
How to properly create a test user on LinkedIn to test my app's integration?
LinkedIn API Terms of Use (https://www.linkedin.com/legal/l/api-terms-of-use) has "2.3 Test Profiles" section that allows to create up to 5 test users for developers to test API integration:...
1 vote
0 answers
53 views
LinkedIn API /posts: Little Text mention syntax breaks when URL is included in commentary
I am facing a parsing issue while creating posts via the LinkedIn rest/posts API endpoint. The "Little Text" syntax @[Name](URN) fails to render as a clickable mention specifically when a ...
1 vote
1 answer
91 views
Create Post endpoint with article content returns 424 [closed]
Request to the Create Post endpoint with article content returns a cryptic error message with a 424 Failed Dependency HTTP error code: "Server encountered an unexpected condition that prevented ...
0 votes
0 answers
72 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
111 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
61 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: { ...