Quote:
Originally Posted by f1Nn
Klar macht er das :)
Ich versuche morgen den 30min restart bug zu fixen, habt ihr das Problem bei Google und PTC, oder nur Google?
|
Both, only difference between PTC & Google is the Google accounts just stop doing anything, while the PTC account keeps giving an exception at MoveNext(); (Assuming next pokestop)
The fix is quite easy btw, the first token can be used to refresh the access token, just store the given access token (the one u get by using refreshToken()) and refresh it using the first token (since the access token u get from using refreshToken() is not a refresh token..) hence googles logic.