5,267 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
1
vote
0
replies
30
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
34
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
83
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
61
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
92
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
58
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
63
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
99
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
64
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
85
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
60
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
173
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
46
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
59
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
141
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 ...