You need to sign in to do that
Don't have an account?

Calling 3rd Party REST API's
I'm working on an integration between our client's Salesforce org and a third party. They have a few REST API's that I need to call from Apex code and receive back some JSON data. They have provided pretty good documentation. They are using OAuth 2.0 for authentication. The code will need to be run on a scheduled basis and may also be initiated by a user. I'm a pretty skilled Windows developer in a variety of languages but am new to the force.com platform. Any resources or sample code you could point me at would be much appreciated.
Following links might help you get started
https://developer.salesforce.com/page/Apex_Web_Services_and_Callouts
https://developer.salesforce.com/page/Getting_Started_with_Apex_JSON
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_json_jsonparser.htm
Regards,
Bhushan