Requesting authorization code unknown user
HI, guys, I am doing the auth module of my App but when I use Request authorization code (in the documentation oAuth2) I don't know the user who logged in, just the authorization code.
This is because the "https://www.wrike.com/oauth2/authorize?client_id=<client_id>&response_type=code" redirects me, is there a way to just send email and password and the API returns me the authorization_code without the redirection?.
Thanks for your anwers
Solved :
This request get information about yourself
CURL example:
curl -X GET -H "Authorization: bearer " https://www.wrike.com/api/v3/contacts?me=true
Can anyone provide the resolution for this ..any get request which will deliver us the authorization or access token without going to consent screen..?
GET https://www.wrike.com/oauth2/authorize?client_id=<client id>&response_type=code