I have a form that includes a "tweet this" select box option. I would like to tweet the contents of the textarea which is the only form field and at the same time submit the form to a database. I am at a loss on how to develop this. Is it possible with web2py. Considering the fact that I am only using the inbuilt auth for user authentication.
--

