Hi, we currently built a twitter client into our application, but we are having trouble to get this to work.
The setup: - registered OAuth client - our app is registered as read and write - I think we added the oauth_access_type=write* We have been testing for a couple of days now. Now the issues: - sometines new messages are posted to Twitter, sometimes they aren't - even with the same user, some are posted, most of them aren't - on command line auth does work - when posting we get back: "Read-only application cannot POST" As the posting does work sometimes I assume it is not due to an old setting that has possibly been read-only as I have found in other postings. We really don't have any idea why this is not working anymore. As we do have connected users it is a little hard to switch the registered client. I googled up and down, just can't find any issue. Does anybody have an idea? Thank you so much!
