0

好吧,基本上我需要做的是在我的网站上登录(并注册)一个 Twitter 用户。我已经阅读了很多 Twitter 库、论坛,甚至在这里也找不到答案。(Twitter api 不是很友好)。

我遇到的问题是我需要用户的电子邮件,因为我的网站需要它来注册用户,而且我认为 Twitter OAuth 不提供用户的这些信息。

问题是:Twitter(以及这个或其他库)是否向我提供了使用我的应用程序登录的用户的电子邮件?

为了结束这一点,我在这里问的原因是因为在 Twitter 图书馆论坛中,甚至在 Twitter 论坛中,没有人回答我在这里提出的问题。

4

1 回答 1

0

Twitter does not currently provide user email addresses through their API.

https://dev.twitter.com/docs/faq#6718

The only course of action is to ask for the user's email address separately in your application.

于 2013-10-08T20:48:29.743 回答