Today we have released a new sample application that demonstrates how to manage authorization and resource requests in a Windows Phone 8 app. You can download the source code and review all the details in the post Connecting to Salesforce from a Windows Phone 8 App.
This sample application demonstrates the following:
- Obtaining an access token using the User-Agent flow.
- Managing the callback in a Windows Phone 8 app.
- Using the access token to make a call to the Force.com REST API.
This sample app makes use of the Developerforce.Force and Developerforce.Common NuGet packages.
Login to Salesforce
Authorize Access
See Your Accounts
Happy hacking!