Question

I'm trying to implement a feature into a rails app where a user can enter a "referral id" (a custom field in salesforce) and the app will retrieve the status of their referral. I've been trying to set up the REST API Oauth2 authentication for it but I can't figure out how to run my query against salesforce.

Was it helpful?

Solution

I would recommend restforce for querying a Salesforce API. It's simple to setup and provides OAuth token authentication.

https://github.com/ejholmes/restforce

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top