Next: , Previous: , Up: Scope of OAuth App   [Index]


1.4.3.2 Request Scopes

Your OAuth App can request the scopes in the initial redirection. You can specify multiple scopes by separating them with a space:

https://github.com/login/oauth/authorize?
  client_id=...&
  scope=user%20public_repo