Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Thanks for the confirmation. I've been trying to avoid manually coding this. Do you think I need to build on something like the following force201.wordpress.com/2014/09/20/… as posted by @keithc, minus the token creation part? Commented Jul 5, 2018 at 14:47
  • 1
    @crmprogdev most probably. I think it's inevitable to code it. Keith's implementation looks like a good starter. You would have to add the session manager on top of it though. We have a small library for callouts where I work (github.com/Manzanit0/Httpex). Maybe you can also copy/paste some parts from it as boilerplate. Commented Jul 5, 2018 at 15:06