How exactly can I update my app from r_liteprofile to r_basicprofile? - linkedin

I have an app with the scopes: r_liteprofile , r_emailaddress.
As I understand, I cannot access the user's profile name with these permissions, but I must have permission to r_basicprofile, but I didn't find where I edit/add more scopes.
I use v2.
I would love to get a link to the exact place where it is added

Related

Get Linkedin v2 Account Permissions

There is an api to get if a Linkedin Account has permissions for getting adds ? Or in the profile information there is something that might be helpfull?
Because in my Application I want to know if the account has permission to do some logic or not.

How to use r_basicprofile or r_fullprofile scope to get full profile?

I am trying to integrate linkedin authentication in my project. I am able to authenticate successfully using the "r_emailaddress", "r_liteprofile" scope but not getting the full profile detail.
So can anyone have idea how to implement linkedin authentication using r_basicprofile or r_fullprofile.
I am using passport-linkedin-oauth2.
enter image description here
I am expecting to get vanity_name or more fields which is related to r_fullprofile

Unable to query to search company in linkedinAPI V2

My App has SignIn With linkedin and Share on Linkedin both permission assigned.
While retrieving the token, I have used the scope w_member_social as well.
But as per the Linked API documentation: while, I try to use the query to search organization by keywords, I am getting error as -
"serviceErrorCode":100,"message":"Not enough permissions to access: GET-search /companySearch","status":403
Can you tell me what extra permission is needed here ?
I think you need the rw_organization_admin permission. Actually you have a write-only permission and maybe this is the problem.
Moreover the LinkedIn API states that "The Company Search endpoint is restricted. This permission is granted to selected developers only."(as reported here)

LinkedIn access to Basic Profile

We have developed a signup via LinkedIn app.
We currently get the default “lite profile” but need access to the “basic profile”
We’ve tried reaching out to all parts of LinkedIn but to no avail.
The links to the Partner Program Page also seem deprecated.
Can someone please share how we can get the upgraded permissions pls?
To access any of the basic profile fields, your application must request the r_basicprofile member permission. Check out the field names here
To access email address your application must request the r_emailaddress member permission with field name email-address

LinkedIn API OAuth2 Authentication with scope permission failure

I want to retrieve a accesstoken for the linkedInAPI to post and retrieve shares.For that I am authentication the linkedIn API auth by specifing the scope
r_member_social w_member_social r_basicprofile
but the authentication URL is failing with error
Scope "r_member_social" is not authorized for your
application.
Why is my app does not authorize r_member_social, what should I do to authorize it ?
Utilizing r_member_social requires special approval from LinkedIn.
To gain access to r_member_social, you first need to apply to and be approved for the LinkedIn Marketing Developer Program.
Then, submit your request for r_member_social via the LinkedIn Developer Partner Support Site. They'll know how to help get you approved. However, they may not approve you - the docs state that r_member_social "is granted to select developers only."
In V2 w_member_social replaced with w_share
Plese check the document
https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq?context=linkedin/consumer/context

Resources