Hi I am trying to get the profile url for the user that is logging in from linkedin(the login part has been nailed), but according to the documentation I need to request for the vanity name from the api.
So I requested it like follows:
to no avail, note that there was no access denied or error, and it returns some of the data, but no vanityName. Example returnes json with deleted parts
{
"firstName": ...
},
"lastName": ...
},
"profilePicture":...,
"id":"M-jljLc2ue"
}
I am using the following docs as a reference
If of any use, I am using the laravel socialite packages as a base
vanityName
field. Double check your app have the valid permission (r_basicprofile
as described in the doc you linked in the permission section – Excellency