Re: [oauth] Updating my Twitter status programmatically.

2010-03-23 Thread Lukas Rosenstock
Hi! As far as I know Twitter does not allow 2-legged OAuth. That means, apart from the Consumer Key and Secret that you have already registered, you need an Access Token and Secret as well. Now, you may have to do the following things: 1) Fetch a request token and secret from Twitter. This request

Re: [oauth] Updating my Twitter status programmatically.

2010-03-23 Thread Melvin Carvalho
2010/3/23 grantcv1 > I want to programmatically log into twitter periodically and update my > status. This will happen a few times a day from my server without any > user interaction. In order to do this, I need my server-based app to > authenticate itself with twitter using my login credentials.

[oauth] Updating my Twitter status programmatically.

2010-03-23 Thread grantcv1
I want to programmatically log into twitter periodically and update my status. This will happen a few times a day from my server without any user interaction. In order to do this, I need my server-based app to authenticate itself with twitter using my login credentials. It seems I have two choices

Re: [oauth] Re: Javascript OAuth Wrap

2010-03-23 Thread Chris Messina
This comes from Luke Shepard: http://github.com/lshepard/oauth-wrap-demo Chris On Mon, Mar 22, 2010 at 9:10 PM, John Kristian wrote: > http://wiki.oauth.net/OAuth-WRAP has some links that look relevant, > although I haven't followed them. > > -- > Yo