Salesforce OAuth 2.0 Web Server Flow for Web App Integration
1. Create a Connected App in Salesforce. I have disabled "Require Secret for Web Server Flow" so that the Consumer Secret is not required. For better security, please keep this ....
1. Create a Connected App in Salesforce. I have disabled "Require Secret for Web Server Flow" so that the Consumer Secret is not required. For better security, please keep this ....
Use the following steps for Salesforce and Xero integration. 1. Open the following link.https://developer.xero.com/app/manage Note: If you don't have an account, sign up for a free trial. 2. Click New ....
Sample Requests using Workbench: Inserting Data Through REST API URL - /services/data/v20.0/sobjects/Employee__c/ Request Body: { "Employee__c":"Test", "Age__c":19 } View Data Through REST API with Specified Fields /services/data/v20.0/sobjects/Employee__c/a00f200000Tfgpq?fields=Name,Employee_Name__c,Age__c View Data Through REST ....
Below are the List of Integration Patterns in Salesforce: 1. Remote Process Invocation—Request and Reply Salesforce invokes a process on a remote system, waits for completion of that process, and then ....
Different APIs supported by Salesforce.com are REST API Accessing objects in your organization using REST. SOAP API Integrating your organization’s data with other applications using SOAP. Chatter REST API Accessing Chatter feeds ....
Different APIs supported by Salesforce.com are REST API Accessing objects in your organization using REST. SOAP API Integrating your organization’s data with other applications using SOAP. Chatter REST API Accessing Chatter feeds ....
https://dev.twitter.com/ Check this URL for Twitter API implementation. Cheers!!!
Check the below link for Salesforce Integration Document http://blogs.developerforce.com/tech-pubs/2012/11/new-salesforce-integration-doc.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+SforceBlog+%28Force.com+Blog%29 Cheers!!!