如何获取接受我的 Twitter 申请的用户的电子邮件 ID?
How to get email id of the user who accepted my Twitter application?
我浏览了很多论坛.但他们已经提到,这是不可能的.这些帖子也超过一年.我可以知道是否可以使用 PHP 通过 Twitter API 获取用户电子邮件 ID?
I have gone through lot of forums. But they have mentioned, it is not possible. Also those posts are older than a year. May I know whether it is possible to get the user email id through twitter API using PHP?
我正在使用以下 URL 获取 Twitter 用户详细信息:
I am getting Twitter user details using the following URL:
https://api.twitter.com/1.1/account/verify_credentials.json>
现在可以通过填写表单来请求 提升权限:
This is now possible by filling out a form to request elevated permissions:
请注意,用户电子邮件地址必须经过验证,否则 Twitter 拒绝提供.(请参阅提升权限文档页面中的include_email参数说明.)
Note that user e-mail address has to be verified, otherwise Twitter refuses to provide it. (See include_email parameter description in elevated permissions doc page.)
这篇关于我们可以从 Twitter oauth API 获取电子邮件 ID 吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!