We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27998c commit 6a6baf5Copy full SHA for 6a6baf5
content/v3/oauth.md
@@ -241,12 +241,12 @@ an additional set of errors that can occur. The format of these
241
responses is determined by the accept header you pass. The following
242
examples only show JSON responses.
243
244
-### Invalid client credentials
+### Incorrect client credentials
245
246
If the client\_id and or client\_secret you pass are incorrect you will
247
receive this error response.
248
249
-<%= json :error => :invalid_client_credentials %>
+<%= json :error => :incorrect_client_credentials %>
250
251
To solve this error, go back and make sure you have the correct
252
credentials for your oauth application. Double check the `client_id` and
0 commit comments