1

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?

arcain
  • 14,920
  • 6
  • 55
  • 75
zerkms
  • 249,484
  • 69
  • 436
  • 539

1 Answers1

0

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

abraham
  • 46,583
  • 10
  • 100
  • 152