twitter today presented new APIs
Please look at “User login & signup”. So there is explained how to authenticate user. And according to this code it’s simple to authenticate user at client-side. But how to get auth data now at server-side?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Twitter @Anywhere has short lived tokens that will not be useful for sever side API querying. You should look into the standard OAuth method of authenticating with Twitter.
http://dev.twitter.com/pages/auth