Re: [twitter-dev] Connecting and posting a tweet..

2011-05-04 Thread Abraham Williams
Hi Talasan, One of the reasons that that the TwitterOAuth example is split into multiple files with redirects is to keep different actions separate and easier to understand/debug. As your code currently is it is hard to tell what will happen when. You also don't have any error handling if any of

[twitter-dev] Connecting and posting a tweet..

2011-05-03 Thread Talasan
I'm pretty lost! :) I've gone through the documents and I've once successfully posted a tweet. No idea how that happened, however. I'm attempting to do a one- page validation for this so that I can keep it relatively simple without redirects. How can I accomplish this, however? Here is my code, a