REST API provides a powerful, convenient, and simple Web services API for interacting with Force.com.

learn more… | top users | synonyms

3
votes
2answers
29 views

Connection between Salesforce with external system using REST API? [on hold]

I need to connect Salesforce with external system using REST API.I need to do the initial connection, I am having consumer key ans secret key of client system.I have also seen the documentation but i ...
1
vote
1answer
14 views

Salesforce Integration with External Scheduler

I'm currently working with a customer that is interested in launching Salesforce Batch jobs from an external scheduler. I was thinking about the following - Create a global interface global ...
2
votes
1answer
32 views

OAuth Possible for Chatter Communities?

Can customer community or partner community users use OAuth to authenticate and then interact with Salesforce data through the REST API?
3
votes
0answers
28 views

How to authenticate a JavaScript (e.g. AngularJS) client of an Apex @RestResource?

I am working on an AngularJS mobile application that obtains its data from salesforce.com using REST calls to @RestResource Apex classes. (There are no conventional Visualforce/Apex controller pages.) ...
7
votes
2answers
36 views

UI-testing Salesforce apps with Selenium

Some aspects of our Salesforce apps can only be poorly tested or not tested at all with Apex Unit tests. Therefore we are currently investigating Java-based Selenium UI-tests. Question 1: Are you ...
3
votes
1answer
26 views

Using Java and Spring to integrate with Salesforce REST APIs

I want to send information from our webapp (using Java and Spring) to the Salesforce REST APIs. I'm looking for an up-to-date example of how to use Spring Security to authenticate with OAuth to the ...
5
votes
1answer
26 views

Getting bash error and no response while using REST API

I write a visualforce page with code <apex:page > <apex:outputText >{!$Api.Session_ID} </apex:outputText> </apex:page> i copied the session Id.and used curl and run the ...
9
votes
3answers
77 views

REST Client Salesforce to Salesforce

I want to send REST request from one SF org to another. Is there any REST Client class/s which can handle the authentication and communication for me or I need to write my own classes?
3
votes
1answer
34 views

Create Unresolved Tasks/Contacts/etc through the REST API?

Is this possible? I have found a few results googling this, but only of people asking the question, never answering it.
4
votes
1answer
48 views

HttpRequest with Authentication Cookie

I am working on a project that will send an httpRequest to an external server. When connecting to the REST API, the application must first authenticate. Once authenticated, and cookie is sent, the ...
1
vote
1answer
27 views

Liveagent REST API

In the Request Headers (chapter 3) section of this salesforce doc: http://www.salesforce.com/us/developer/docs/live_agent_rest/live_agent_rest.pdf Any idea on how to determine the ...
5
votes
1answer
65 views

Rich text Area Image ajax fetch as blob

I am trying to access and image stored as rich text area in my product records. I am getting an anchor tag and after removing the escape sequences I am able to test the image URL in browser, and it ...
2
votes
0answers
35 views

Loading Tasks using REST API returns no result, but second try returns a page of Tasks

Sometimes I experience weird issue when loading Tasks over REST API using simple SELECT Id, ... FROM Task SOQL query take quite some time and then returns with nothing, but on the second try it ...
0
votes
1answer
51 views

How to update a single record in VF page using REST API?

How to update a single record in VF page using REST API on click of a button? The requirement is to update an account status on click of a button. I dont want to use apex controller . Want to do it ...
8
votes
2answers
61 views

What user to login to Salesforce with in a connected app that monitors the realtime API

I'm developing a connected app that will be available in the App Exchange. I'm struggling to understand what user my app should connect to Salesforce as. The app has a component that monitors the ...

15 30 50 per page