Re: [twitter-dev] Re: Making the twitter user the default user of your application

2010-02-05 Thread Jorge Vargas
On Thu, Feb 4, 2010 at 11:13 AM, hernangarcia hernan.gar...@gmail.com wrote: Hey man, good morning. If you are developing a web app, OAUTH is the way to go. I am using Twitter4J but for sure oauth-python-twitter has methods to do the same, this is what I do: after investigating a little

Re: [twitter-dev] Re: Making the twitter user the default user of your application

2010-02-05 Thread John Meyer
On 2/5/2010 11:00 AM, Jorge Vargas wrote: On Thu, Feb 4, 2010 at 11:13 AM, hernangarciahernan.gar...@gmail.com wrote: Hey man, good morning. If you are developing a web app, OAUTH is the way to go. I am using Twitter4J but for sure oauth-python-twitter has methods to do the same, this is

[twitter-dev] Re: Making the twitter user the default user of your application

2010-02-04 Thread hernangarcia
Hey man, good morning. If you are developing a web app, OAUTH is the way to go. I am using Twitter4J but for sure oauth-python-twitter has methods to do the same, this is what I do: 1) Generate the authorization url using the twitter account of the app 2) I redirect the user to that URL which