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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -