Support for Desktop/Mobile apps, remove README.md, helpers in docs for people with non-web apps
Removed README.md, rST can highlight syntax too I found out! :)
This commit is contained in:
parent
756eb9060e
commit
2af2fc00de
4 changed files with 64 additions and 195 deletions
|
|
@ -251,7 +251,6 @@ class Twython(EndpointsMixin, object):
|
|||
if self.oauth_version != 1:
|
||||
raise TwythonError('This method can only be called when your OAuth version is 1.0.')
|
||||
|
||||
callback_url = callback_url or self.callback_url
|
||||
request_args = {}
|
||||
if callback_url:
|
||||
request_args['oauth_callback'] = callback_url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue