You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/v3/oauth.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,6 +250,10 @@ your application. More often than not, users will just close the window
250
250
or press back in their browser, so it is likely that you'll never see
251
251
this error.
252
252
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
+
253
257
## Common errors for the access token request
254
258
255
259
In the second phase of exchanging a code for an access token, there are
0 commit comments