c# - LinkedIn windows phone oauth2 without uri -


i want windows phone 8 app uses linkedin in order search companies , contacts. need access token and, that, need authorization code.

as far have read, linkedin api uses oauth2 , url authorization code following:

https://www.linkedin.com/uas/oauth2/authorization?response_type=code &client_id=your_api_key &scope=scope &state=state &redirect_uri=your_redirect_uri 

the problem redirect uri parameter. don't want that, because want authorization code, , token code.

do know if there way avoid redirecting? or using kind of redirect doesn't bring other webpage?

i decided use custom host, problem solved.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -