ok i'm a noob to PHP and with these lines of code i've managed to get the API working that you have to log in as a user
header('Location: '. $redirect);
now i'm wondering after the redirect how can i retrieve that user his information to my site? because the only way i can find is using oAuth but they ask for a consumer_key and consumer_secret but i have no clue how to fill these to retrieve the skills with: https://api.linkedin.com/v1/people/~:(skills) (that's how i did it with my own profile)
i've tried getting the example to work but it won't work in a way that i can extract stuff from ppl.
can somebody help me please?