开发者

New twitter's API

开发者 https://www.devze.com 2022-12-26 19:47 出处:网络
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-开发

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-开发者_StackOverflow社区side. But how to get auth data now at server-side?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消