Here's a working Twitter sign-in examples using Flask based on the Facebook example: ''' twitter ------- A simple Flask demo app that shows how to login with Twitter via rauth. Please note: you must do `from twitter import db; db.create_all()` from the interpreter before running this example! ''' from flask import (Flask, flash, request, redirect, render_template, session, url_for) from flask.ext.