In my previous Salesforce series we learned how to perform authentication, login, run queries, and create, update, or delete records using the Sale...
For further actions, you may consider blocking this person and/or reporting abuse
Did the post on performing the query ever happen? I couldn't find it.
Here you are!
dev.to/rachelsoderberg/querying-an...
Hey there! I was actually going to write and release that today, I've had a hectic couple of weeks and time got away from me :) Keep an eye out for that soon!
Hey Rachel,
You actually can get to the Consumer Key & Consumer Secret again. From Salesforce Setup, you have to go to Apps->App Manager. That brings you to the "Lightning Experience App Manager". From that list, find the app, click the arrow on the right of the row, then click "View".
That said, I'm getting "invalid_grant" / "authentication failure" when I try to run this. I think the Connected App isn't set up correctly. I'm not seeing it in "Connected Apps OAuth Usage" or under my Profile in "OAuth Connected Apps". Is there anything else that needs to be set up for a new Connected App other than what you wrote in the article?
Never mind, I was able to fix my issue by changing my login endpoint to the one that matches my actual sandbox (not test.salesforce.com, but xxxxx.my.salesforce.com)
Hi,
I am trying to connect a WebAPI with my Salesforce Sandbox environment (with oauth2 protocol)
the logic I followed to do it is on your link: dev.to/rachelsoderberg/integrating...
I get a BadRequest as response on this part of code:
FYI: You need to append your API token to the password.
{"password", Password + ApiToken}
Do you have source code GitHub for Salesforce integration using ASP.net.