Retrieve LinkedIn User's Phone And Experience - LinkedIn API - linkedin

We currently building a web app to allow user to login via LinkedIn profile, may I know how can we retrieve the full profile information which included user phone number and organisation history? Currently we are just able to get name and profile picture with r_liteprofile permission, how do I get the r_fullprofile permission? Thanks.

Related

Google Analytics API Service User does not have sufficient permissions for this profile

I am using Google Analytics 4. I have created the json file for the service account, and got the email address. This email was added to my users as Admin in the Account Access Management, yet I am still getting the error that I do not have sufficient permissions for this profile.
Any idea what am I doing wrong please?

Fetch LinkedIn Profile Data using LinkedIn API without having to authenticate

We are attempting to retrieve information such as the LinkedIn user's education, work history, experience, and other information. In our system, we only have the basic profile URLs of those LinkedIn users. Will we be able to view their profile and retrieve their profile information if we only have the Basic profile URL and do not require users to authenticate to our LinkedIn app?

LinkedIn - Basic profile API access issues

We are integrating the Linkedin Oauth into our software and would like to retrieve the “vanityname” value from the user account in order to display it in our UI (so the user knows which linkedin account they connected to).
Currently the vanityname seems to be only available for "Basic" profile, but our App only has access to "Lite". We looked everywhere but cannot find a way to request this permission specifically, or request access to “Basic” profile info;
Could you let me know how/where to apply for this permission? I am happy to provide the full usecase and flow of course.

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

Fetch my own updates from linkedin and display on my website - anonymous users

I have a company profile in linkedin. I have some updates in the profile. Now i need to fetch the records from linked and display on my website. It should be visible to the anonymous user also.
Did anyone implement such kind of code. Using only javascript or REST service. Please suggest some links. I have searched but no use.
Unfortunately, the LinkedIn API terms of service do not allow you to show data to un-authenticated users. Your options are to:
Authenticate the user and pull your profile data using their credentials, or
Use a pre-built plugin like the Member Profile plugin to display data to unauthenticated users.

Resources