So short story I've been changing our application from Read to Read/
Write access, and I cannot get it working. I've checked and double
checked the app settings, and it asks for "read and update access" on
the authorize page. Once authorized, however, it continues to say
"Read-only application cannot POST".

A quick google mentioned something about oauth_access_token, but I
can't find any references to that anywhere, and the Twitter page is
telling me it's asking for update access.

I'm using this oauth chunk in Python: 
http://oauth.googlecode.com/svn/code/python/oauth/

The method I'm trying to access is statuses/update.

Reply via email to