I find most examples on the web are very barebone and nothing on linkedin Oauth. So heres an example with linkedin.
1 | function Ctrl(scope, $cordovaOauth, oauthService){ |
The oauthService is calling this url
“https://api.linkedin.com/v1/people/~:(email-address,first-name,last-name)?format=json&oauth2_access_token=“ + access_token;
Hope this saves you time.