Tag Archives: REST API

Mobile Development with Connected Apps

global150x150

Connected Apps is a new feature in the Summer ’13 release that allows external applications to securely connect to Force.com over Identity and Data APIs. Connected Apps replace Remote Access Apps, offering finer granularity over permissions and data that can be accessed. Read more. Continue reading

In Blog: developer-relations | Also tagged , , , | Leave a comment

Mashing up Force.com APIs with ql.io (Part 2)

In this second of a three part series, we use ql.io to create a web service that, given an account name, mashes up the Force.com REST API with Google’s Geocoding API to return its billing address in the usual form and as latitude/longitude coordinates. Continue reading

In Blog: developer-relations | Also tagged , | Leave a comment

Hack, Learn, Network: Do All Three at the Salesforce Developer Garage!

200-devgarage-seattle-FB-event

Force.com Canvas is one of our newest technologies that allows any app in any language to run within the Salesforce UI. This, in turn, opens the door for many organizations that need a way to unlock their existing apps and make them as social. Now, we’re bringing the learning experience to you, inviting you to meet the experts, network with peers, and hack the next Canvas-built app.

Salesforce Developer Garage is a FREE developer event, that allows the developer community to come together to hack, hear experts on what’s new and cool with the Salesforce Platform, as… Continue reading

In Blog: developer-relations | Also tagged , , , , , , , , , , , | Leave a comment

Mashing up Force.com APIs with ql.io (Part 1)

Last Friday, the Salesforce Platform Developer Evangelism Team ran a (mostly) internal hackday, bringing together evangelists, support staff, product management, R&D engineers and a couple of special community guests for a day of exploratory hacking. Here’s what sales support engineer Henry Liu and I came up with. Continue reading

In Blog: developer-relations | Also tagged , | 3 Comments

PaaS for .Net Developers

Michael_photo

Last week I attended the Pluralsight Author Summit and it was there that I met Dan Appleman. Dan and I are like the two who went to different schools together–he’s written for many of the same publications I have, and he’s been writing about Windows programming and Visual Basic long before Active Server pages or the .Net framework hit the scene. You may know Dan from one of his many books or countless articles on programming with Microsoft technologies. So when it comes to .Net development Dan is an expert I trust.

The meeting was fortuitous because when I… Continue reading

In Blog: developer-relations | Also tagged , , | Leave a comment

Dobedobedo: Ruby Gem for Ruby/Do.com Developers

do.com

Introducing Dobedobedo, an Idiomatic Ruby API wrapper for the Do.com REST API, enabling rapid integration of Do.com functionality and features into existing Ruby and Ruby on Rails applications. Continue reading

In Blog: developer-relations | Also tagged , , , | 1 Comment

Creating a Force.com-Backed Facebook App on Heroku

Synchronous/Real-time (Before)

This post describes the design and architecture of Social Web-to-Lead, a Node.js Facebook application running on Heroku that allows Facebook users to enter their contact information via a ‘Contact Me’ link. That information is then captured as a Lead record in Salesforce. Continue reading

In Blog: developer-relations | Also tagged , , , , , | Leave a comment

Using binary data with REST

Begin mea culpa. One of the features that Dave Carroll and I briefly mentioned during our Winter ’12 Preview webinar earlier today was the ability to insert and update binary data using the Force.com REST API. This is currently a Pilot feature in Winter ’12 (i.e. you’ll need to contact Salesforce support to have it enabled for you) that allows you to insert and update up to 500Mb of binary data into any Standard Object (e.g. Attachment, Document or ContentVersion) using the standard Force.com REST API. Previously, the REST API supported querying blob fields and inserting/updating Base64 encoded binary data (upto 50MB)… Continue reading

In Blog: developer-relations | Tagged | 16 Comments

Calling the REST API from JavaScript in PhoneGap

Xcode

UPDATE (8/31/11) – this functionality is now delivered as part of the Mobile SDK Developer Preview – check it out at http://developer.force.com/mobilesdk!

This is part three of a three part series showing how to call the Force.com REST API from JavaScript in various scenarios. Part one, Calling the REST API from JavaScript in Visualforce Pages, explained how to call the REST API from JavaScript in the context of a Visualforce Page, while part two, Calling the REST API from JavaScript… from Anywhere!, showed how to call the REST API from JavaScript served from a domain outside

In Blog: developer-relations | Also tagged | 4 Comments

Calling the REST API from JavaScript… from Anywhere!

IPhoneApp

This is part two of a three part series showing how to call the Force.com REST API from JavaScript in various scenarios. Part one, Calling the REST API from JavaScript in Visualforce Pages, explained how to call the REST API from JavaScript in the context of a Visualforce Page, while part three, Calling the REST API from JavaScript in PhoneGap, looks at JavaScript running in mobile apps on the PhoneGap framework.

You might recall my recent blog entry on Calling the REST API from JavaScript in Visualforce Pages; in it, I mentioned that my first pass at the… Continue reading

In Blog: developer-relations | Also tagged | 9 Comments