I have list of emails. And want to send a market campaign through messages on twitter. How it can be done using email list.
This is not possible, as there's no way to look up Twitter accounts via email address in the Twitter API.
Related
If I have a user's Twitter ID or handle, can I get the e-mail address of this ID?
Your question is very confusing but here is the rule for receiving users' email.
Your application must have been approved by Twitter. More details can be found at https://dev.twitter.com/rest/reference/get/account/verify_credentials > Request a User’s Email Address. When using the form you will have to pick I need access to special permissions and inform that you want your application to have access to the user's email.
When you are approved you need to refresh all your application keys.
When this is done you need all your users to re-authorize your app with the new keys.
Finally when you call the account/verify_credentials endpoint you will receive the user's email.
I'm interested to know, is there a way I can obtain an email from a Twitter user, with legal means?
Create an app, that will pull a user's ID, email etc. Does Twitter API provide that information?
No, you cannot get the user's email address through the API. This is a deliberate design decision by the Twitter API team.
I was wondering.
I want to access the tweets by using email address of the people, I already have the email addresses and then I want to search via API some statistics about the people's tweets.
Is this possible?
Any help or workaround will be appreciated, thanks.
The email addresses of Twitter users are not accessible through the API. This is a deliberate design decision by the Twitter development team for security and privacy.
The users in question would need to provide you with their email address and Twitter username. this would let you perform the sort of search you are describing.
My application needs to send email to friends.
I found that Mail application has much more Email address than the Contact app. In Mail app or MFMessageComposeViewController, I can search for email dress from any mail that contact me before.
My question is how to retrieve those emails address to my app?
Best,
Kong
No you can only acces contact via the Address Book API this is the same API that MFMessageComposeViewController uses.
Apple does not allow any acces to other app's data because of security restrictions.
is it possible, using the twitter api, to get a twitter user through his email - searching for user by email?
i know that the user/show method was able to do it, but now the email parameter has been deprecated.
any thoughts?
There is currently no way to do this via the Twitter API, unless you're in the closed beta for this feature, sorry.
Prior art:
How do I get a Twitter username based on an email address?
Retrieve email from twitter profile
Twitter API: search people by email
Any way to get Twitter user email?