Tag Archives: oauth

Building Mobile Apps for Portal Users

Back in February, I blogged about how web applications can use OAuth to obtain a token and access the Force.com API on behalf of Portal users; I’ve had a couple of questions on how to build mobile apps that do the same, so here are the details. 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

Using Passport for OAuth with Force.com

Passport is a great Node.js middleware module for handling OAuth strategies with Express or Connect based applications. It maintains a basic concept of building out strategies which makes it easy for providers to add new strategies, as well as a small footprint of code for developers to utilize the strategy.  One of the great things about interacting with the Force.com platform is that by leveraging open technologies like OAuth2 and REST – you can choose the tools that you like to get the job done.

While tinkering with Passport, my only real problem was that there wasn’t a handy… Continue reading

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

Creating a Master-Detail iPad app with the Mobile SDK for iOS

Xcode-1

Here’s a quick post to show you how to set up a master-detail iPad app that uses the Mobile SDK for iOS. Continue reading

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

Insanely Simple Python REST Script

One of the main reasons to adopt REST is the simplicity of the API, compared to the juggling of formats required to send and receive SOAP messages.  We’ve had a long history of creating toolkits and libraries to ease the burden of using SOAP as a transport – so much so that when I first started looking at Python again as a language (not an accident that it was around the same time Heroku added it to their polyglot platform) … I really wanted to take a step back and see how simple I could make a script functional with… Continue reading

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

Rails 3: which strategy for authenticating to Force.com is the best for me?

Who-what-why

There has been some recent discussions on the activesalesforce Google groups about the best options for authenticating against the Force.com database for building apps. Here are a few thoughts based on the major user stories I see, and how to approach them Continue reading

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

Using Cookbook recipes to solve discussion board posts

Computer-cookie

The cookbook is a great source of answers for many of the common discussion board posts. Take a bite and find out. Continue reading

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

More Samples from the updated Force.com for Facebook Toolkit

Fb-socialcomponents

I am finishing off an article on the soon to be released, updated Force.com for Facebook Toolkit, and wanted to share some code snippets in advance. Continue reading

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

Updates to the Facebook Toolkit for Force.com – More Examples!

Testpage-1

I have almost completed the updates to the Facebook Toolkit for Force.com and wanted to share what the new JSON-based objects and interaction look like as well as a simple test page/controller. Let me know if anyone wants to help out finishing the wrapper objects! Continue reading

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

Announcing the Force.com Toolkit for Google Wave

Like Peanut Butter and Chocolate, some things are just better together. Today we are announcing the Force.com toolkit for Google Wave to help you connect the clouds and allow you to build highly collaborative apps that work within and beyond the enterprise. Send Chatter messages from Wave and create real-time workspaces all with the security of aouth. Download the toolkit now Continue reading

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