twitter api 获取用户电子邮件
我很想知道如何使用 twitter 验证用户身份,成功登录后,我需要用户的电子邮件......怎么做?
I am curious to know how to authenticate the user with twitter and after successful login, i need the email of the user... how can it be done?
听说 Twitter 不支持 openid .... 任何替代解决方案?
Heard that twitter does not support openid.... any alternate solution ?
Twitter 支持 OAuth,我自己也遇到了问题(我正在写 一个 Python 脚本应用程序).可以切换到 xAuth.
Twitter supports OAuth, and I am myself having trouble with it (I am writing a Python script app). A switch to xAuth is possible.
移动和桌面应用程序也有机会使用 xAuth,这是一种用登录和密码交换访问令牌的方法.要使用 xAuth,请向 api@twitter.com 发送请求,其中包含有关您的大量详细信息应用程序以及为什么 xAuth 是它的最佳选择."- http://dev.twitter.com/pages/auth
"Mobile and desktop applications are also given the opportunity to use xAuth, a means to exchange a login & password for an access token. To use xAuth, send a request to api@twitter.com with plenty of details about your application and why xAuth is the best choice for it." - http://dev.twitter.com/pages/auth