Skip to content

sfrogner/Salesforce-REST-API-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Couple things to get this working.

  1. Have a SFDC Developer or Enterprise Edition
  2. Install Java (I used 1.7)
  3. Install eClipse
  4. Install Http Client (Used Apache)
  5. Install JSON framework
  6. Created connected App in SFDC. Goto Setup -> Create -> Apps. Bottom of pag click New
    • Connected App Name = Test REST API
    • API Name = TEST_REST_API
    • Contact Email = Email
    • Click Enable OAuth Setting = True
    • Callback URL = https://localhost:8443/callback
    • Selected OAuth Scopes = Full Access(full)
    • Click SAVE
    • Click Continue
    • Note, You will need Consumer Key. Click Consumer Secret and note key also.
  7. Clone Rep
  8. Add External Jars to build path Connected App Name = Test REST API
    • httpclient-"version"
    • httpcore-"version"
    • commons-logging-"version"
    • commons-codec-"version"
    • json-20141113.jar

Have fun

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages