-
Notifications
You must be signed in to change notification settings - Fork 211
Open
Description
Hi, is this project still alive? I tried this library, but I got Invalid_scope error, I tried all the suggestions from this link:#61, but still the same issue, this is the code:
`
const manager = new OAuthManager('test')
manager.configure({
google: {
callback_url: `com.test:/oauth2redirect`,
//callback_url: 'http://localhost/google',
client_id: 'my_actual_clientId',
client_secret: 'my_actual_client_secret',
//rawScopes: 'true',
}
});
console.log("authOauth ... manager: ", manager);
let authResult = await manager.authorize('google', {scopes: 'profile,email'});
console.log("authOauth authResult: ", authResult);
`
Also my final goal is to use this library to access my youtube account after logging in, will this work for youtube account?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels