Guest User

Untitled

a guest
Oct 30th, 2017
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. {
  2. "error": "invalid_client_id",
  3. "error_description": "client identifier invalid"
  4. }
  5.  
  6. POST /services/oauth2/token HTTP/1.1
  7. Host: login.salesforce.com
  8. Content-Type: application/x-www-form-urlencoded
  9. Cache-Control: no-cache
  10. Postman-Token: 971c9554-f8c2-99e5-1680-8a685df15d82
  11.  
  12. grant_type=password&client_id=CLIENTIDGOESHERE&client_secret=CLIENTSECRETGOESHERE&username=username@mail.com&password=MYPASSANDMYSECURITYCODE
Add Comment
Please, Sign In to add comment