Skip to content

Commit f962a19

Browse files
committed
akirahrkw edited README.md
1 parent 2e31bb6 commit f962a19

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,11 @@ this library was inspired by tweepy(https://github.com/tweepy/tweepy), python-in
2727

2828
## Authentication
2929

30-
- ** initialize **
31-
32-
--
30+
- ** initialize **
3331
handler = OAuthHandler(CONSUMER_KEY,CONSUMER_SECRET)
3432

3533
- **handler.get_authorization_url()** - get a url for authorization. **[authorize][]**
3634
- **handler.get_access_token(verifier)** - get an access token. **[access_token][]**
37-
38-
--
3935
token = handler.get_access_token(verifier)
4036
print "this is your access token:\n%s" % token.key
4137
print "this is your access token secret:\n%s" % token.secret

0 commit comments

Comments
 (0)