5,273 questions
-3
votes
0
answers
40
views
LinkedIn api- Owner/developer permission for 2-legged [closed]
I would like to request in updating the roles for our LinkedIn Developer application. We need to assign Owner or Developer access to one of our external team members. Role requested: Developer (or ...
0
votes
0
answers
85
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/...
0
votes
0
answers
56
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 ...
0
votes
0
answers
51
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 ...
0
votes
0
answers
55
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
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
108
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
votes
0
answers
60
views
Undici makeNetworkError when fetching https://api.linkedin.com/v2/me from Node.js (Next.js app)
I'm developing a Next.js application hosted on a cloud server (Ubuntu 22.04, Node.js v22.17.0), and I'm using the native fetch (which uses Undici under the hood). When trying to call the LinkedIn API ...
1
vote
0
answers
41
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,...
0
votes
0
answers
69
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
50
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
41
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 ...
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
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
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 ...
1
vote
0
answers
24
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 ...
1
vote
0
answers
62
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
27
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,...
1
vote
0
answers
58
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 ...
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 ...
-1
votes
1
answer
66
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.
...
0
votes
0
answers
43
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 ...
0
votes
0
answers
31
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
62
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 ...
0
votes
1
answer
96
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() ...