Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
0 replies
17 views

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:...
Valerii's user avatar
  • 10
1 vote
0 answers
23 views

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 ...
Amit's user avatar
  • 11
-3 votes
0 answers
22 views

I tried implementing tagging on posts for personal profiles on LinkedIn and found discussions online that you can use the Typeahed API to get connected accounts. But looking at the documentation it ...
Jani bangiev's user avatar
-3 votes
0 answers
23 views

I am developing a recruitment application and evaluating integration with the official LinkedIn API. Based on the public documentation, access to many LinkedIn API endpoints appears to be restricted ...
Yamini M's user avatar
1 vote
2 answers
78 views

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 ...
filipkrw's user avatar
  • 139
-3 votes
0 answers
74 views

I am trying to fetch my own LinkedIn posts for a college project using the LinkedIn Marketing and UGC API. I am calling the following endpoint from Postman: https://api.linkedin.com/v2/ugcPosts?q=...
Harsh Pandey's user avatar
0 votes
0 answers
59 views

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 ...
skwong24's user avatar
0 votes
0 answers
91 views

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/...
Sankar Chinnakotla's user avatar
1 vote
0 answers
57 views

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: { ...
David's user avatar
  • 512
0 votes
0 answers
61 views

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 ...
Supreme's user avatar
1 vote
0 answers
95 views

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 ...
Sheeza's user avatar
  • 1
0 votes
0 answers
62 views

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 ...
Andro IDE's user avatar
2 votes
0 answers
82 views

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. ...
Miguel Angel Chumpitaz Aparici's user avatar
0 votes
0 answers
59 views

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 ...
Rishab Agrawal's user avatar
0 votes
1 answer
167 views

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 ...
Dan's user avatar
  • 3
0 votes
0 answers
44 views

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 ...
Jalal Abdul Ghaffar's user avatar
0 votes
0 answers
59 views

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, ...
MaYord's user avatar
  • 33
0 votes
0 answers
138 views

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 ...
Isaac Akinseye's user avatar
1 vote
0 answers
40 views

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 ...
Dmytro Maliuta's user avatar
1 vote
0 answers
46 views

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,...
Swapnil Soni's user avatar
  • 1,079
1 vote
0 answers
92 views

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 ...
Roni Sommerfeld's user avatar
0 votes
0 answers
81 views

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." ...
Davis Wuolle's user avatar
0 votes
0 answers
108 views

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 ...
kib's user avatar
  • 115
0 votes
0 answers
54 views

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 ...
Muhammad Abdullah's user avatar
0 votes
0 answers
50 views

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 ...
ak0's user avatar
  • 1
0 votes
0 answers
45 views

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 ...
Vikrant Bhurke's user avatar
2 votes
0 answers
64 views

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 ...
SyncTerra 's user avatar
1 vote
0 answers
45 views

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 ...
Gianni Frisardi's user avatar
0 votes
0 answers
36 views

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....
Safra Mohideen's user avatar
0 votes
0 answers
46 views

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. ...
mmdwc's user avatar
  • 1,157
0 votes
0 answers
42 views

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'...
Mandroid's user avatar
  • 7,818
0 votes
0 answers
54 views

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 ...
Vaibhav's user avatar
0 votes
0 answers
53 views

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=${...
shlezz's user avatar
  • 91
1 vote
0 answers
30 views

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 ...
javier jimenez's user avatar
0 votes
2 answers
420 views

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 ...
Sumit Tomar's user avatar
1 vote
0 answers
67 views

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 ...
Brayan Gonzalez's user avatar
0 votes
0 answers
41 views

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 ...
Amir Chebbi's user avatar
0 votes
0 answers
31 views

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,...
LonBoy's user avatar
  • 3
0 votes
0 answers
73 views

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,&...
ARS's user avatar
  • 21
1 vote
0 answers
66 views

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 ...
GivePay AI's user avatar
0 votes
0 answers
86 views

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: • ...
Lucky's user avatar
  • 575
1 vote
0 answers
74 views

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 ...
Justine Rae Sapitola's user avatar
0 votes
0 answers
47 views

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 ...
yohaansunnie's user avatar
-1 votes
1 answer
78 views

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. ...
derek steere's user avatar
1 vote
1 answer
131 views

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....
Sushil Katoch's user avatar
0 votes
0 answers
45 views

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 ...
Luca Fornelli's user avatar
1 vote
0 answers
57 views

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 &...
Urmish Solanki 's user avatar
0 votes
0 answers
32 views

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 ...
user30267972's user avatar
0 votes
0 answers
59 views

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 ...
JulienC's user avatar
  • 61
0 votes
0 answers
73 views

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 ...
Sathya sai's user avatar

1
2 3 4 5
106