[twitter-dev] Re: Basic Twitter / OAuth questions (.NET)

2009-05-03 Thread Richard Lockwood
Many thanks for that - I've now got it working as intended. (I was, in fact, completely misunderstanding which tokens were which!) Much appreciated. :-) All the best, Rich. On Fri, May 1, 2009 at 3:45 PM, jmathai jmat...@gmail.com wrote: To get the access token you need to call

[twitter-dev] Re: Basic Twitter / OAuth questions (.NET)

2009-05-01 Thread jmathai
To get the access token you need to call /oauth/access_token. That'll give you back tokens you can save and reuse. This is a good flow diagram: http://oauth.net/core/diagram.png On May 1, 4:46 am, Richard L richard.lockw...@gmail.com wrote: Hi, I've looked through the FAQ, archives and