Guest User

Untitled

a guest
Mar 28th, 2018
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. https://test.salesforce.com/services/oauth2/token?grant_type=client_credentials&client_id=XXXXXXXXXXXXXXXXX&client_secret=XXXXXXXXXXXXXXX
  2.  
  3. https://test.salesforce.com/services/oauth2/token?grant_type=password&client_id=3MVG9lcxCTdG2Vbs7E5OwQecRVkliAxcnCh4dEoJtZfP1P.5Wb5n8IFFP69b.SJ2faiw4_jh1&client_secret=370769049890&username=username@test.com&password=237857235237645
  4.  
  5.  
  6. {
  7. "error": "invalid_grant",
  8. "error_description": "authentication failure"
  9. }
Add Comment
Please, Sign In to add comment