@@ -27,7 +27,7 @@ This is a description of the OAuth flow from 3rd party web sites.
27
27
28
28
client\_ id
29
29
:_ Required_ ** string** - The client ID you received from GitHub when
30
- you[ registered] ( https://github.com/account /applications/new ) .
30
+ you[ registered] ( https://github.com/settings /applications/new ) .
31
31
32
32
redirect\_ uri
33
33
:_ Optional_ ** string** - URL in your app where user's will be sent
@@ -49,14 +49,14 @@ token:
49
49
50
50
client\_ id
51
51
:_ Required_ ** string** - The client ID you received from GitHub when
52
- you[ registered] ( https://github.com/account /applications/new ) .
52
+ you[ registered] ( https://github.com/settings /applications/new ) .
53
53
54
54
redirect\_ uri
55
55
:_ Optional_ ** string**
56
56
57
57
client\_ secret
58
58
:_ Required_ ** string** - The client secret you received from GitHub
59
- when you[ registered] ( https://github.com/account /applications/new ) .
59
+ when you[ registered] ( https://github.com/settings /applications/new ) .
60
60
61
61
code
62
62
:_ Required_ ** string** - The code you received as a response to[ Step 1] ( #redirect-users-to-request-github-access ) .