You need to sign in to do that
Don't have an account?

Connected App Integration asking login every time issue
Hi All,
I have used REST API with cURL to insrert Accounts in Salesforce using PHP, for that i have created one Salesforce Connected App with oAuth and used Consumer Key and Consumer Secret to connect, But when i try to insert record from PHP , Every time redirecting to salesforce Login page after successfull login records are inserting into Salesforce
oAuth with coneceted App evrytime forcing to login
If end user knows the Salesforce credentials he can directly login into salesforce and insert Account record what is the use of Integration
Please help me on this , How can i connect Salesforce without login page and directly insert records
I have used REST API with cURL to insrert Accounts in Salesforce using PHP, for that i have created one Salesforce Connected App with oAuth and used Consumer Key and Consumer Secret to connect, But when i try to insert record from PHP , Every time redirecting to salesforce Login page after successfull login records are inserting into Salesforce
oAuth with coneceted App evrytime forcing to login
If end user knows the Salesforce credentials he can directly login into salesforce and insert Account record what is the use of Integration
Please help me on this , How can i connect Salesforce without login page and directly insert records
Did you whitelist the IP address?
Once you login, you should be able to use the token for more services
have you sorted this out?