wix-incubator / DeviantArt-API

The DeviantArt API
https://www.deviantart.com/developers/
MIT License
35 stars 5 forks source link

user/whois does not validate token #173

Closed Archirk closed 4 years ago

Archirk commented 4 years ago

Hello, my client_id = 11907 I constantly get 401 error with caption that token is invalid and i should refresh it when i do request to user/whois all other methods are called fine.

401 {"error":"invalid_token","error_description":"Expired oAuth2 user token. The client should request a new one with an access code or a refresh token.","status":"error"} What's wrong with it?