Closed Edsardio closed 7 years ago
name: 'InternalOAuthError', message: 'Failed to fetch the user profile.', oauthError: { statusCode: 401, data: '{"code": 0, "message": "401: Unauthorized"}' } }
I keep getting above error. Any way to solve it?
Turns out you need the "identify" scope to work
name: 'InternalOAuthError', message: 'Failed to fetch the user profile.', oauthError: { statusCode: 401, data: '{"code": 0, "message": "401: Unauthorized"}' } }
I keep getting above error. Any way to solve it?