Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
removed link
Browse files Browse the repository at this point in the history
  • Loading branch information
sefakilic committed Mar 7, 2015
1 parent 368f756 commit 3b30dce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,5 +1,4 @@
language: python

before_install:
- openssl aes-256-cbc -K $encrypted_a6b16d87fee2_key -iv $encrypted_a6b16d87fee2_iv
-in apikey.py.enc -out goodreads/apikey.py -d
Expand Down
9 changes: 4 additions & 5 deletions README.md
Expand Up @@ -53,11 +53,10 @@ gc.authenticate(<access_token>, <access_token_secret>)

Note that `access_token` and `access_token_secret` are different from developer
key and secret. For the development step, you can call the same function with no
parameters to get authorization. It will open a URL pointing
[a Goodreads page](http://goodreads.com) for OAuth permission. For your
application, you can direct the user to that particular URL, ask him/her to
authorize your app and save the returning `access_token` and
`access_token_secret` in your database.
parameters to get authorization. It will open a URL pointing a Goodreads page
for OAuth permission. For your application, you can direct the user to that
particular URL, ask him/her to authorize your app and save the returning
`access_token` and `access_token_secret` in your database.

## Examples

Expand Down

0 comments on commit 3b30dce

Please sign in to comment.