Force.com-JavaScript-REST-Toolkit icon indicating copy to clipboard operation
Force.com-JavaScript-REST-Toolkit copied to clipboard

ForceTK - a minimal Force.com REST API for JavaScript apps

Results 41 Force.com-JavaScript-REST-Toolkit issues
Sort by recently updated
recently updated
newest added

**Code Snippet to get camera image in base64 format** navigator.camera.getPicture(function(imageData){ //console.log(imageData); }, function(errorMsg){ // Most likely error is user cancelling out of camera console.log(errorMsg); }, { quality: 50, sourceType: Camera.PictureSourceType.CAMERA,...

Hey guys, I was running some SOQL queries and noticed that even though I set a limit of 1000 it still returns records at a max of 250 at a...

Extracted XMLHttpRequest object instantiation into a separate method. Added a test and workaround for Visualforce's Sarissa library XMLHttpRequest constructor masking.

cla:signed

Hi, first amazing work with your Force.com - rest ToolKit !!!! , it works perfectly with all browser except Internet Explorer 11 (Actually I don't know with the previous versions)....

Fixed paths to example.html, example.page, mobile.html, mobile.page

Change code in detailCallback() inside app.js to fix missing parenthesis syntax error on setting dialog html.

Added the ability to operate with no proxy, if the user chooses to do so, assuming they have CORS support enabled.

We have a code in method to which we are passing index and uploading a file to salesforce content one by one , once the response is received i.e ID...

I have OAuth set up for portal users as shown here: ``` https://developer.salesforce.com/blogs/developer-relations/2013/02/oauth-for-portal-users.html ``` App works fine in iOS and Android but in Windows 8 I get this error: ```...