Page 1 of 1

OAuth2 System

Posted: 02 Aug 2013, 15:57
by Artum
Hi,
I've trouble with the OAuth2 system in my android app.
I read in many posts that the OAuth2 system isn't yet completed.
Can I have an explanation on how to complete an OAuth2 request to nadeo services?
(I already retrived the access_token but the refresh one is null)

Re: OAuth2 System

Posted: 02 Aug 2013, 16:28
by magnetik
Our implementation is working well.

To have a refresh token, you have to ask for the scope 'offline'.

You can take a look at our SDK code: https://code.google.com/p/maniaplanet-w ... Client.php

Re: OAuth2 System

Posted: 03 Aug 2013, 12:04
by Artum
thx it worked like a charm :)