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:
Mike Helmick 2013-06-13 16:47:43 -04:00
parent 756eb9060e
commit 2af2fc00de
4 changed files with 64 additions and 195 deletions

View file

@ -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