Google API multiple scopes
To set multiple scopes, set the scope parameter to multiple scopes, each separated by a single space.
Example:
private static final List<String> SCOPES = Collections.singletonList(BloggerScopes.BLOGGER+" https://www.googleapis.com/auth/indexing");
Comments
Post a Comment