Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Update Readme.md to provide more info about authentication calls
  • Loading branch information
JustinJruby committed Apr 3, 2015
1 parent 4aba1d6 commit 6698fcd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -93,6 +93,11 @@ Authenticated calls can now be made by passing an access token and secret:

Etsy.myself(access.token, access.secret)

The key and secret have to be passed in for the authenticated calls.

auth = {:access_token=>access.token, :access_secret=>access.secret}
Etsy::Transaction.find_all_by_shop_id(shop_id, auth.merge(options))

### Web Application

The process for authenticating via a web application is similar, but requires the configuration of a callback URL:
Expand Down

0 comments on commit 6698fcd

Please sign in to comment.