问题描述
我开发一个iOS应用,我已经与Facebook,LinkedIn和Google+和微博登录。
他们都让我使用API从我的个人资料读取我的电子邮件,除非 Twitter的。
I am developing a iOs App and I have login with Facebook, LinkedIn, Google+ and Twitter.All of them let me read my email from my profile using API, EXCEPT Twitter.
有没有什么办法让我的电子邮件
如果不是,是否有在Twitter上的内部邮件,生成的电子邮件像Facebook的(someone@facebook.com)?
If not, is there in twitter a "internal email", a generated email like in facebook (someone@facebook.com)?
的原因是,我使用用户的电子邮件作为标识符(主键)在我的数据库。
The reason is that I use email as identifier (primary key) for users in my database.
感谢您这么多。
推荐答案
没有,电子邮件地址,通过Twitter的API不可用:的
No, email address are not available via the Twitter API: https://dev.twitter.com/discussions/1737
也没有任何内部电子邮件提供,你将不得不使用Twitter用户名,并要求用户来回有E-mail地址。
Nor is there any "internal email" available, you will have to use the twitter username and ask the user fro there e-mail address.
这篇关于找我的Twitter的电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!