LinkedIn OAuth 2.0 r_fullprofile - linkedin

Does anyone knows how I can request a r_fullprofile for my app? I currently have an app, but it only has a r_basicprofile.

I asked LinkedIn directly. They don't grant access to the full profile anymore. Sorry.

Related

Getting access to LinkedIn API r_organization_social

how can I get access to the r_organization_social of the LinkedIn API to retrieve data about different companies?
Thanks in advance!
I created my app in the developer portal and have access to:
w_member_social
r_liteprofile
r_emailaddress
But I am not sure how to get the r_organization_social scope.
you need to apply for marketing developer platform.
Open your app, then go to the product and request access to Marketing Developer Platform.
Once you click request to access, then you have to accept their policy, then there will be a link to request access and then you have to fill up the LinkedIn Marketing Developer Platform Access Form. Once they approved this, you will have the w_organization_social, r_organization_social, and much more.
For more information, please visit this link.

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 for that OAuth scope by default and you need to request it.
What we've found so far:
The only "application" process we've found for that is through the Marketing Developer Platform which has a whole bunch of other stuff while we only need this one permission. So our request for that one got rejected.
What we're doing right now:
The r_liteprofile we're using right now does not include the profile url of the user. Contacting LinkedIn support didn't help. They just told us to ask any developer portal related questions on StackOverflow with the #linkedin tag.
Is there any other way to get permissions for this OAuth scope apart from applying for the marketing developer platform? If there is no other way, what's the criteria to get access the marketing developer platform? LinkedIn support has been very unhelpful with this entire matter.
Our understanding is that all permissions besides w_member_social are obtained by adding the "Marketing Developer Platform"

Get access token LinkedIn Api

I am developing a module to integrate the company's website with several social networks.
I've done it with Instagram, Facebook and Twitter.
I wanted to do the same with LinkedIn.
When i call the API to generate the token i receive the error message:
Postman call
I have searched everywhere and i don't found any indication where i need to go to ask permission to create tokens.
The support of LinkedIn tell me to came here...
Anyone can help me?
Thanks
Perhaps you can try reading more about the LinkedIn client credentials flow in the below link.
https://learn.microsoft.com/en-us/linkedin/shared/authentication/client-credentials-flow?context=linkedin/context
If your application needs to access APIs that are not member specific, use the Client Credential Flow. Your application cannot access these APIs by default. Learn more about LinkedIn Developer Enterprise products to request permission to the Client Credential Flow.
As highlighted in the document, an application will not be having access to client credentials by default and you will have to request access exclusively based on your business need. Most of the LinkedIn APIs require three-legged authentication fetch member related data since most of the data request is directly or indirectly related to a member or owned by a member.

LinkedIn oAuth connect, open in app, not in browser

My site uses the oAuth2 authentication to let users register/login via their Linkedin account.
Implementation is done using PHP.
The problem is: the oAuth2 authentication always opens in the webbrowser.
It seems this has to be implemented by LinkedIn.
Is there a way to force LinkedIn oAuth to open the app in stead of the browser if the app is available?
Not sure if you got your answer after all these years, but generally it would open in the browser to get the user's consent, and then redirect to the URL you provided with an authorization code that you can use to call the API.

ASP authentication using Facebook or LinkedIn

I need to integrate Facebook and LinkedIn authentication in my asp.net application. I am guessing someone already did this but can't find a pointer. Any suggestion?
For Facebook authentication,
Please read Authentication - Facebook Developers.
More easier, using Facebook SDK
For LinkedIn authentication,
Please read LinkedIn Authentication
More easier, C# LinkedIn api entegration working example
Integrate with your website
You can make a own custom membership/role/profile etc and don't use the built in approach.
Another way, after authenticating successful Facebook or LinkedIn, you should create new member depend on authentication content that you was received, and store User ID in database and map it with Facebook, LinkedIn ID.
Sorry by bad English

Resources