[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 ainda não traduzimos a página que você está buscando, mas temos conteúdo em português e disponibilizamos suporte em português.
Navegar na central de ajuda em portuguêsEnviar uma solicitação
Como podemos ajudar?
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!