Skip to main content
Filter by
Sorted by
Tagged with
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
88 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
55 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
59 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
84 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
54 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
68 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
57 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
121 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
42 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
56 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
123 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
37 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
43 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
57 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
75 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
102 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
53 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
48 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
42 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
40 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
35 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
44 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
40 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,788
0 votes
0 answers
52 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
52 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
29 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
368 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
65 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
40 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
69 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
61 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
80 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
43 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
73 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
125 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
53 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
55 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
66 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 vote
0 answers
54 views

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 ...
dongchao Li's user avatar
0 votes
1 answer
100 views

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() ...
Ajit 's user avatar
0 votes
0 answers
86 views

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 ...
Haseeb Naqvi's user avatar
0 votes
0 answers
33 views

[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 ...
derek steere's user avatar
0 votes
0 answers
37 views

Attempt 1: Using googlechrome:// if (/android/i.test(navigator.userAgent)) { window.location.href = `googlechrome://${window.location.href.replace(/^https?:\/\//, '')}`; } Result: The link stays ...
Ginnot Rakotoarinoro's user avatar
0 votes
1 answer
387 views

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....
Jia Yee Chong's user avatar

1
2 3 4 5
106