Doug Anson / Mbed 2 deprecated df-2014-salesforce-testharness-k64f

Dependencies:   BufferedSerial EndpointMain-hello-salesforce Logger EthernetInterface SalesforceInterface mbed-rtos mbed C12832

Committer:
ansond
Date:
Tue Sep 23 05:40:45 2014 +0000
Revision:
14:5d9fffe3dc7c
Parent:
13:f5d16e9125ca
Child:
17:8f9c4f888f7e
updates for create,read,update,delete methods

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ansond 14:5d9fffe3dc7c 1 /* Tunables: Salesforce Credentials /
ansond 1:76f9a2246720 2 char *username = "xxx@yyy.zzz";
ansond 3:c32e9ad7d582 3 char *password = "password_goes_here"; // must be of the form: [password][security token]
ansond 1:76f9a2246720 4 char *client_id = "customer key goes here";
ansond 13:f5d16e9125ca 5 char *client_secret = "client secret goes here";
ansond 14:5d9fffe3dc7c 6 */
ansond 14:5d9fffe3dc7c 7
ansond 14:5d9fffe3dc7c 8
ansond 14:5d9fffe3dc7c 9 // Tunables: Salesforce Credentials
ansond 14:5d9fffe3dc7c 10 char *username = "danson@austin.rr.com";
ansond 14:5d9fffe3dc7c 11 char *password = "d8wjyKa0arYih5icg43dwg5avViCeWO5EvKDic4";
ansond 14:5d9fffe3dc7c 12 char *client_id = "3MVG9A2kN3Bn17hvE16FXaPLpTK1CEPVbzU9kbsPVmCrERuOvm5LEz6qc1WLBwC_S.X_QcOgH9fmFqRvWt2Hh";
ansond 14:5d9fffe3dc7c 13 char *client_secret = "989796221362081717";