Hello everyone I'm having trouble setting up my own application with tweet feature. I have successfully went through all OAuth "tokenization" steps (get request token, authorize it, exchange it for access token, etc.). I can actually authorize my app and post a tweet message. The only problem is that I can do the last step only from account I have registered my app with. All other accounts (personal, and other projects' accounts) always get to the last part, but when actually accessing /statuses/update I always receive the "Invalid signature" message.
My app details: Access: read&write; Type: browser; My application is actually a native iPhone app, but I chose to use browser type because it's faster and easier for me to interrupt the request to my twitter callback and request access token from webview component than to provide UI for entering PIN via OOB authentciation. Please advice what can be wrong? Should I press [Publish] button somewhere so that my app would be accessible to everyone? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group: https://groups.google.com/forum/#!forum/twitter-development-talk
