I try to perform step 1 at
http://reader2twitter.appspot.com/buzz and
this is what I get in return.
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/__init__.py", line 511, in __call__
handler.get(*groups)
File "/base/data/home/apps/reader2twitter/1.343500353895303684/
twitter_oauth_handler.py", line 389, in get
self.response.out.write(getattr(client, action)())
File "/base/data/home/apps/reader2twitter/1.343500353895303684/
twitter_oauth_handler.py", line 219, in login
return self.get_request_token()
File "/base/data/home/apps/reader2twitter/1.343500353895303684/
twitter_oauth_handler.py", line 235, in get_request_token
**dict(token.split('=') for token in token_info.split('&'))
AttributeError: 'NoneType' object has no attribute 'split'