3
votes

I'm using the google api ruby client! and want to combine several scopes, eg https://www.googleapis.com/auth/userinfo.email and https://www.googleapis.com/auth/plus.me?

So far it seems like I can only use either or eg by using client.authorization.scope = 'https://www.googleapis.com/auth/plus.me'

1

1 Answers

6
votes

All you need to do is pass an Array of scopes.