[twitter-dev] Accessing Twitter feeds programmatically from my application (e.g. without having to enter the PIN)

2011-01-20 Thread Marco Tedone
Dear all, I want to write a web application which uses my credentials (I registered an application with Twitter) to connect to Twitter and obtain authorisation to download the status (e.g. all my tweets). By looking on the net I saw that the Java library to achieve this goal is Signpost. However a

[twitter-dev] Re: How can I access auth-only Twitter API methods from a web application?

2011-01-23 Thread Marco Tedone
Have a look at this link: http://dev.twitter.com/pages/oauth_single_token I had the same kind of issue, then I discovered Twitter Me API in Java, adapted slightly to my use case (in fact I'm going to rewrite an API based on this one) and did the authentication process entirely programmatically. T