Closed RobinBarnwell closed 6 years ago
Hello
Will this allow me to create an OAuth connection to Salesforce? I want to send two REST calls from Wordpress:
When a new user is created, REST PUT to create a contact in Salesforce, updating the Wordpress user with the Salesforce ID generated
When the user profile is updated, REST PATCH to update the contact in Salesforce using the ID
This would be fantastic, would be happy to donate if this can be made to work.
Robin
Salesforce uses OAuth2. This package is for OAuth1. There is a package for Salesforce OAuth2.
https://github.com/stevenmaguire/oauth2-salesforce
Hello
Will this allow me to create an OAuth connection to Salesforce? I want to send two REST calls from Wordpress:
When a new user is created, REST PUT to create a contact in Salesforce, updating the Wordpress user with the Salesforce ID generated
When the user profile is updated, REST PATCH to update the contact in Salesforce using the ID
This would be fantastic, would be happy to donate if this can be made to work.
Robin