The goal of my aplication is to get profile of any linkedin user with "Apply with LinkedIn". I've registered in Apply with LinkedIn, got clientId, client secret, and performend oauth2 authentification successfuly. But with linkedIn api I can get only info about my LinkedIn profile: https://api.linkedin.com/v1/people/~:(id,first-name,skills,educations,languages,twitter-accounts)?format=json
Does anybody know is it possible to GET other profile (not mine) using profileID, linkedinId or somewhat else?
Thanks, Tatyana.