Skip to content

Commit 9fe86a8

Browse files
committed
Update oauth.md
1 parent c89c703 commit 9fe86a8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

content/v3/oauth.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,10 @@ your application. More often than not, users will just close the window
250250
or press back in their browser, so it is likely that you'll never see
251251
this error.
252252

253+
### Checking collaborators
254+
255+
When requesting [repo collaborators](https://developer.github.com/v3/repos/collaborators/) the scope `public_repo` or `repo` is required otherwise Github will return `403 Forbidden: Must have push access to view repository collaborators.`.
256+
253257
## Common errors for the access token request
254258

255259
In the second phase of exchanging a code for an access token, there are

0 commit comments

Comments
 (0)