Update more old function names in README
This commit is contained in:
parent
828d355ad2
commit
498bd9e557
2 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ auth_tokens = t.get_authorized_tokens(oauth_verifier)
|
||||||
print auth_tokens
|
print auth_tokens
|
||||||
```
|
```
|
||||||
|
|
||||||
*Function definitions (i.e. getHomeTimeline()) can be found by reading over twython/endpoints.py*
|
*Function definitions (i.e. get_home_timeline()) can be found by reading over twython/endpoints.py*
|
||||||
|
|
||||||
##### Getting a user home timeline
|
##### Getting a user home timeline
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ Handling the callback
|
||||||
auth_tokens = t.get_authorized_tokens(oauth_verifier)
|
auth_tokens = t.get_authorized_tokens(oauth_verifier)
|
||||||
print auth_tokens
|
print auth_tokens
|
||||||
|
|
||||||
*Function definitions (i.e. getHomeTimeline()) can be found by reading over twython/endpoints.py*
|
*Function definitions (i.e. get_home_timeline()) can be found by reading over twython/endpoints.py*
|
||||||
|
|
||||||
Getting a user home timeline
|
Getting a user home timeline
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue