codifytools / meteor-linkedin-oauth

0 stars 1 forks source link

Still maintained? #2

Open efattal opened 3 months ago

efattal commented 3 months ago

Hello Juan,

Are you still maintaining this package? I 'm trying to use it and I get a error message:

Error in OAuth Server: Failed to fetch identity from Linkedin. failed [403] {"status":403,"serviceErrorCode":100,"code":"ACCESS_DENIED","message":"Not enough permissions to access: me.GET.NO_VERSION"}

From my understanding, it looks like the endpoint referred here needs to be updated to /v2/userinfo.

Thanks for helping.

juanpmd commented 3 months ago

@efattal I have not updated the package in a while but I am happy to update it. Currently I am on vacations (not much access to the computer) but if you could help me testing the change to /v2/userinfo, I could review quickly in a project and release a new version.

To help me test, you could:

efattal commented 3 months ago

Thanks for answering. No hurry. I forked your packages and modified linkedin-oauth locally. Actually, there are some other things to change than just the URL because of changes in the api response (aligned with OAuth v2). Now my LinkedIn authentication works fine. As I based my code on yours, I won't publish the package but rather open a PR with my changes. ASAP.

Have a good vacation.