hangupsjs icon indicating copy to clipboard operation
hangupsjs copied to clipboard

Invalid scope error from oauth2 when starting up new bot

Open austinvalle opened this issue 8 years ago • 2 comments

When starting up a new bot, I get this message when trying to retrieve the authentication token:

400 That's an error Error: invalid_scope Request Details scope=https://www.google.com/accounts/OAuthLogin response_type=code redirect_uri=urn:ietf:wg:oauth:2.0:oob client_id=936475272427.apps.googleusercontent.com

Existing bots have not been affected as of right now.

austinvalle avatar Sep 03 '16 03:09 austinvalle

It looks like the issue also exists in the library (hangups) that hangupsjs was ported from, and is a result of some recent internal Google changes.

https://github.com/tdryer/hangups/issues/260

austinvalle avatar Sep 03 '16 03:09 austinvalle

Please refer to this link, this issue become wide spread for all Google Hangout Chat Bot OAuth invalid scope

yohanes-ai avatar Sep 04 '16 02:09 yohanes-ai