| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 529d199 commit c25de06
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -63,6 +63,16 @@ code | |||
| 63 | 63 | ||
| 64 | 64 | ### Response | |
| 65 | 65 | ||
| 66 | + By default, the response will take the following form: | ||
| 67 | + | ||
| 68 | + access_token=e72e16c7e42f292c6912e7710c838347ae178b4a&token_type=bearer | ||
| 69 | + | ||
| 70 | + However, if you set the Accept Header like so: | ||
| 71 | + | ||
| 72 | + Accept: application/xml | ||
| 73 | + | ||
| 74 | + You will get back a response formatted as an XML fragment: | ||
| 75 | + | ||
| 66 | 76 | <pre class="highlight"><code class="language-xml"><OAuth> | |
| 67 | 77 | <token_type>bearer</token_type> | |
| 68 | 78 | <access_token>e72e16c7e42f292c6912e7710c838347ae178b4a</access_token> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments