Skip to content

Commit

Permalink
Update to include userinfo scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
astrada committed Jan 8, 2012
1 parent 6395593 commit 625e349
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/examples/auth/oauth2Flow.ml
Expand Up @@ -38,7 +38,8 @@ let main () =
let url = GapiOAuth2.authorization_code_url
~redirect_uri
~scope:[GapiCalendarV3Service.scope;
GapiPlusV1Service.scope;
GapiPlusV1Service.scope_me;
GapiPlusV1Service.scope_email;
GapiTasksV1Service.scope;
GapiUrlshortenerV1Service.scope]
~response_type:"code"
Expand Down

0 comments on commit 625e349

Please sign in to comment.