I'm trying to fetch/search jobs from the Linkedin API. After creating an app, verifying it and getting an access-tokens (2-legged authorization)
I've also tried logging using the Member Authorization (3-legged authorization), but nothing was better.
Thanks everyone!
https://api.linkedin.com/v2/recommendedJobs
https://developer.linkedin.com/docs/guide/v2/jobs/recommended-jobs#retrieve-recommended-jobr_JYMBII
permission but that is not given to any app. You need to manually request that in behalf of your app in linkedin's developer admin panel.To be fair the v2 is a LOT more restrictive than v1 and from my experience it will take a lot of time to get permission from linkedin to use any permission apart from r_liteprofile
, r_emailaddress
and w_member_social
that are the ones it gives by default to perform sign in and share.