Digital Marketing

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

Popular posts from this blog

MySQL Sandbox with the Sakila sample database