• Aman Sharma 79
  • NEWBIE
  • 20 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
While i am connecting to the post is show authentication failure like this -
{
    "error": "invalid_grant",
    "error_description": "authentication failure"
}
I have also created the connected app.
I have fill the body data as form-data given below-:
1. end point url -: 'https://login.salesforce.com/services/oauth2/token'.
2. client_id - 'my clent id'.
3. client_secret -'my client secret'
4. grant_type - 'password'.
5.password- 'my salesforce org password'.

please see where i am wrong??
 
Hi, I am new to salsforce intigration. I want to make callout in another salesforce org to create contacts. Can anyone help me how i will do this?
I have already craeted the connected app in my org and get the client id,client and security token.
While i am connecting to the post is show authentication failure like this -
{
    "error": "invalid_grant",
    "error_description": "authentication failure"
}
I have also created the connected app.
I have fill the body data as form-data given below-:
1. end point url -: 'https://login.salesforce.com/services/oauth2/token'.
2. client_id - 'my clent id'.
3. client_secret -'my client secret'
4. grant_type - 'password'.
5.password- 'my salesforce org password'.

please see where i am wrong??
 
Hi, I am new to salsforce intigration. I want to make callout in another salesforce org to create contacts. Can anyone help me how i will do this?
I have already craeted the connected app in my org and get the client id,client and security token.
Hi, I am new to salsforce intigration. I want to make callout in another salesforce org to create contacts. Can anyone help me how i will do this?
I have already craeted the connected app in my org and get the client id,client and security token.