Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
Hi Team,
I have created app in codeproject and using which I have to get the user details by using oauth but by going through documentation I am not able to find the way to get accesstoken and even user data. I went through sample code but here the request parameter are encoded and even the base url is not mentioned. such as If I want to get access token of logged in user or by forcing user to login then I am using the url as "https://api.codeproject.com/v1/My API/Account/Authorize?client_id=my_client_id&redirect_uri="redirect_url"&response_type=token&state="uniqe code" but by using this I am getting error 404. Could you guys please help me on this

What I have tried:

Quote:
I am using the url as "https://api.codeproject.com/v1/My API/Account/Authorize?client_id=my_client_id&redirect_uri="redirect_url"&response_type=token&state="uniqe code"
Posted
Updated 13-Feb-18 2:04am

1 solution

You should post your question in the CodeProject API Discussion Boards[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900