I've implemented an authentication routine to allow my web app to post to a users twitter account in PHP. it works fine. They have to click an Authenticate button and login to twitter with their twitter account to allow access. Same as any other web site.
The problem is what if they want to Authenticate again? With like a different user? They click my authenticate button again and twitter immediately authenticates again with the same user because the account info is saved in a cookie somewhere. Like how do I tell twitter to always ask for a login in case the user wants to authenticate a new/ different account? Same thing happens for my facebook authenticate too. -- 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
