Retrieve email from twitter profile

前端 未结 2 821
野性不改
野性不改 2020-12-22 06:16

Huh, after some searches on the net on how to retrieve user email address, the short answer is - there is no way.

But, is there really no way of fetching user email?

相关标签:
2条回答
  • 2020-12-22 06:46

    There is absolutely no way at all. It is not in the API, it is not on any pages to be scraped. The email appears nowhere on Twitter and cannot be obtained from Twitter.

    0 讨论(0)
  • 2020-12-22 07:00

    We can create twtter account with out email, so in api's twitter will not provide the email of its users, as a user is not necessarily a human.

    to get the friends list please use api : https://dev.twitter.com/rest/reference/get/friends/list

    0 讨论(0)
提交回复
热议问题