Skip to content

Commit d863a52

Browse files
authored
Update authorizing-oauth-apps.md
I found that this request should be GET instead of POST, so I made this change
1 parent 37da109 commit d863a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If the user accepts your request, {% data variables.product.github %} redirects
7979

8080
Exchange this `code` for an access token:
8181

82-
POST {% data variables.product.oauth_host_code %}/login/oauth/access_token
82+
GET {% data variables.product.oauth_host_code %}/login/oauth/access_token
8383

8484
This endpoint takes the following input parameters.
8585

0 commit comments

Comments
 (0)