function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Heidi ApaHeidi Apa 

Web service httpcallout Authentication?

Hi!!

I am trying to find out how to integrate Salesforce with a external Bus for sending and receiving json data.. but, I dont know how to do the authentication of both systems...
I have read about OAuth, certificates.. using for example "letsencrypt" for authentication, but I dont know how..

Please any help will be great for me!! :)

Thank you!!!!!
Gaurish Gopal GoelGaurish Gopal Goel
Hi Heidi,

I have integrated Salesforce with Facebook. Here is an article related to that - http://www.gaurishgoel.com/2016/05/facebook-integration.html 
You will find the apex code required for authentication and requesting/posting data on a Facebook page. I hope it helps.