• solid jetech
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
i get an error while trying to obtain the access token im using golang to develop this oauth process but anyhow once the acess token is requested it gives an error back saying error got 400 {"error":"unsupported_grant_type","error_description":"grant type not supported"} User-added image
this is my url to obtain the token https://login.salesforce.com/services/oauth2/token
below image shows the paramters that are being sent 
User-added image

am i missing something in here ? please do help me in any means mostly it would suit if you could solve it using golang 
thanks