python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Can you help me understand the assertion about node js thread(s)?
Backstory
I recently completed my Node.js skill assessment on LinkedIn, which is basically a small test. But i noticed a question with a weird answer, which i can not understand.
Question
How does it...
Andrey Grigorev
Votes: 0
Answers: 0
LinkedIn API UGC post success but not showing?
I believe I am successfully posting a new post to the endpoint
https://api.linkedin.com/v2/ugcPosts
using (similar to)
{
"author": "urn:li:organization:1234567",
"li...
Eric
Votes: 0
Answers: 1
LinkedIn API can't add scope and token doesn't have refresh data
The first issue is that we only have access to the w_member_social scope when creating an app.
If we try to add rw_organization_admin, w_organization_social scopes, then the auth breaks.
If we test w...
Eric
Votes: 0
Answers: 2
How do I get the r_basicprofile permission on LinkedIn?
The problem:
We need the public profile url or vanityName of the users authenticating with LinkedIn OAuth 2.0 on our website for a social feature. But apparently LinkedIn does not give out permissions...
Astute Giraffe
Votes: 0
Answers: 1