[API] OAuth2 on mobile
Hello,
I'm on iOS and to connect to the Wrike API the redirect_uri on iOS is like this: myapp://oauth/callback
For the wrike api this is invalid, but for auth0 on Facebook or other service it's works
Parece que no hemos traducido la página que estás buscando, pero tenemos otro contenido y ofrecemos asistencia en español.
¿Con qué podemos ayudarte?
Learn. Share. Discuss.
Hello,
I'm on iOS and to connect to the Wrike API the redirect_uri on iOS is like this: myapp://oauth/callback
For the wrike api this is invalid, but for auth0 on Facebook or other service it's works
Folllowing List for Post: [API] OAuth2 on mobile
[this list is visible for admins and agents only]
Hi Julien! Thanks a lot for posting to the API Community :)
Please note that according to our API documentation Redirect URI should comply with OAuth2 standard requirements and utilize HTTPS protocol. So, you might want to reconfigure your API client to use "http(s)://" Redirect URI. Please let me know how it works out for you!