Hi,
My application has been registered as read/write for about six hours but I'm still prevented from tweeting via the api:
"Read-only application cannot POST"
Any help appreciated, thanks.
Hi,
My application has been registered as read/write for about six hours but I'm still prevented from tweeting via the api:
"Read-only application cannot POST"
Any help appreciated, thanks.
Replies
Did you regenerate access keys after upgrading your app?
Thanks... The problem was that the email address I used for the parent Twitter account wasn't confirmed
Hi,
My application has been registered two hours before.
Here OAuth settings & Access Token Access Level is Read Only.
I got the this error, {"error":"Read-only application cannot POST","request":"\/1\/statuses\/update.json"}
Can u help me where i did my mistake?
Thanks.
You set your access level to read only, which means it can't POST status updates.
You'll need to set your application as read-write to POST status updates (and perform any other POST operations).
You'll also need to renegotiate your access token so that it bears the upgraded permissions.
Thank you dear. .
Its work well. Cheers.......
Thanks
I got solutions...
Thanks Dear
thanks for the answer guys :)
I did put my site onto no posts for awhile, but it is now on posting...everything is again fine.
Hi..
I had configured The python-twitter Api it done succesfully,
I can get the friend list from my acccount. but couldn't update the status on that
I had set the application type : access as Read, Write and Access direct messages
but it could not working this error is occurred..
twitter.TwitterError: Read-only application cannot POST
still can't post after upgrading my app, any help ?
I am authorized OK but getting 'Read-only application cannot POST' when trying to set status.
I did set my app to Read and Write and hit update applications' settings
I did Reset my Keys.
Any Ideas?
Just working through my first tweepy application and was running into the same problems! Here's what worked for me!
Mine took about 15 minutes to actually work, guessing its the twitter side of things gearing up for the changes but it worked for me!
Good luck!