jorgevaldivia / salesforce_bulk

Simple Salesforce Bulk API interface
53 stars 85 forks source link

Oauth2 token for this gem #6

Closed yatish27 closed 12 years ago

yatish27 commented 12 years ago

If i am using Oauth2 for authentication.i can access the access token . so how shud i use that to use this gem rather tan the username and password

jorgevaldivia commented 12 years ago

Currently there is no support for Oauth2, only username + password. I do hope to add that functionality in subsequent releases though.

yatish27 commented 12 years ago

hey i have tried to combine the databasedotcom gem which uses all authentication methods and this gem . will be uploading soon