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
{{ message }}
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
jasperroel edited this page Mar 18, 2013
·
2 revisions
I get a 400 error?
Something like this: 400 {"error":"invalid_grant","error_description":"invalid authorization code"}?
There is a good possibility you are using the ChatterAuthMethod.PASSWORD schema.
In this case, your password needs the security token added.
So, if your password is MyPassword and your security token is SecurityToken, you should use MyPasswordSecurityToken as the password.