tags:

views:

39

answers:

1
+1  Q: 

New twitter's API

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?

A: 

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
so what is the usage area for new APIs then?
zerkms
Easy integration into third-party web applications while the user currently interacting with the third-party website.
abraham

related questions