The first issue is that we only have access to the w_member_social scope when creating an app. If we try to add rw_organization_admin, w_organization_social scopes, then the auth breaks. If we test with only the w_member_social scope, we do get a code back but then when we fetch a token with the code, the access token has no refresh_token parameters.
Tag: linkedin-api
How can i upload and post an image to linkedin using api?
I’m trying to create an app for posting images to linkedin. Linkedin has an api which accepts an image url and a message, but it seems to be not the exact way to post an image since it is showing my …
LinkedIn API OAuth refresh token
I am using LinkedIn API to pull updates from there and display on the website. While using OAuth, I am storing the token in a file and then pull it from there again to prevent the login popup. However, I am not clear once my token expires how will it get refreshed. Following is how I am reading the token