kevinohara80 / nforce

nforce is a node.js salesforce REST API wrapper for force.com, database.com, and salesforce.com
MIT License
474 stars 167 forks source link

Submission for #DifferentSpokes Challenge - nforce Chatter API for Node.js contest. #14

Closed dubeynikhileshs closed 11 years ago

dubeynikhileshs commented 11 years ago

Hi Kevin,

This is with regards to my submission for http://www.cloudspokes.com/challenges/2159/

Index.js is the Lib file which contains the APIs related to Chatter. chatter-api-suite.js under /examples/chatter-api/ directory demonstrates how to call these APIs. Currently all the functions are commented in this file except sendPrivateMessage. Hence if you execute this file sendPrivateMessage api will be tested which is defined in Index.js You can uncomment the methods which you want to test and comment the methods which you don't want to test.

The username password API key and redirect URI mentioned in the test file belong to my org. If you execute these test files then my org will be updated. If you want to verify the changes then you can use the below mentioned credentials for signing in to my org.

Credentials for developer.force.com SalesForce Username :- dubeynikhileshs@gmail.com SalesForce Password :- capgem123#

Verification Code will be send to Email :- testtryfoo@gmail.com Password :- passwordischanged

Thanks, Nikhilesh Dubey