-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use v2? #88
Comments
@itaydressler it is under-development and not recommended (available) for production use :) |
Looks like LinkedIn is forcing everyone to use version 2.0 by March 1, 2019. https://engineering.linkedin.com/blog/2018/12/developer-program-updates |
@ArkeologeN do you have any updates on the v2 release? I noticed that the link by @kartboy16 is stating
|
I've forked the library and made some changes to allow Oauth and basic profile fields fetching to work. Till the time the author officially makes the changes to the library, anyone looking for just basic functionality can use the forked git package for now Calls that work as of now -
|
Thank you @captainjackrana. |
@yashmurty or other folks that are seeing this GitHub issue. Access to the original APIs that LinkedIn had, has been mostly removed by them. This is similar to the transition that the rest of the social media providers such as Facebook has been going through to not allow access to the data of users on their platforms. In other words, what node-LinkedIn did is considered mostly inaccessible as well. The APIs that LinkedIn provides is now mostly for their enterprise customers that have paid sales or recruiting subscriptions and listed at https://www.linkedin.com/developers/products. What are the use cases that are driving developers to want a v2 of node-linked? |
@YasharF Thank you for the prompt reply.
The primary reason why asked for the migration is because when I tried to run :
It returned with the following message:
Hence I was asking if there is any plan to migrate to |
LinkedIn with v2 is no longer providing most of the data that linkedin.people.me provided. The data that is now accessible is with the scope: ['r_basicprofile', 'r_emailaddress'] as the response of the OAuth call, which includes only the user's name, profile picture URL, and email address (https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin). As long as you have a way to do an OAuth call, then there is no need for use of node-linked. Lack of access to the user's profile is not because of upgrading this project to V2. It is that V2 from LinedIn's end does NOT provide the user's profile. It was a decision made by LinkedIn's owner, Microsoft, to remove the access. See: |
@YasharF Thank you for your comments. 🙏 |
@ArkeologeN any updates on this issue? |
Any updates on the v2 library?? |
For people looking for an alternate library, I've switched over to node-linkedin-v2 |
@captainjackrana But there is not documentation provided for this library, even though the source code is pretty self explanatory but still |
@subodhk01 what is it that you are trying to do which you feel a v2 library would be able to solve? |
@YasharF Nothing I'm just asking if there was a proper documentation for any general user. |
What do you consider a General User? What is it that such a user is trying to do as a general use case? |
Hey, thanks for this lib!
I want to use the v2 lib version in order yo use linkedin v2 api.
Any help would be greatly appreciated 🙏
The text was updated successfully, but these errors were encountered: