[twitter-dev] Re: Get user email from twitter

2011-04-12 Thread L. Mohan Arun
On Apr 11, 12:10 pm, Akhil neeraj.shukla2...@gmail.com wrote: Is it possible to get user email after logged by oauth? if possible then then how can i do this? Allowin' users of twitter api to get user's email address will expose those users to receive spam emails. So it will not be possible to

[twitter-dev] Re: Get user email from twitter

2011-04-12 Thread Marco
But with an autorization is possible??? On 12 Apr, 11:51, L. Mohan Arun mar...@gmail.com wrote: On Apr 11, 12:10 pm, Akhil neeraj.shukla2...@gmail.com wrote: Is it possible to get user email after logged by oauth? if possible then then how can i do this? Allowin' users of twitter api to

Re: [twitter-dev] Re: Get user email from twitter

2011-04-12 Thread Taylor Singletary
Email address will not returned to your from the Twitter API, whether you've authenticated a user or not -- it's not part of the package. If you'd like the user's email address, kindly ask for it in your application -- but I'd recommending having a related privacy policy in place. @episod

Re: [twitter-dev] Re: get user email address

2011-03-15 Thread Andrey Kostromin
Ok, how I can ask email using php? Has twitter api for it? Scott Wilcox sc...@dor.ky писал(а) в своём письме Tue, 15 Mar 2011 01:19:40 +0200: Hello, As Taylor has just said to you, it is impossible to get a users email address from the Twitter REST API. If you want a users email address you

Re: [twitter-dev] Re: get user email address

2011-03-15 Thread Emil Tullstedt
MySQL+HTML forms+GET? -- Emil sakjur Tullstedt ~~ 2011/3/15 Andrey Kostromin andreykostro...@gmail.com Ok, how I can ask email using php? Has twitter api for it? Scott Wilcox sc...@dor.ky писал(а) в своём письме Tue, 15 Mar 2011 01:19:40 +0200: Hello, As Taylor has just said to

[twitter-dev] Re: get user email address

2011-03-14 Thread Andrey Kostromin
I make site registration with twitter. How I can ask email? I have twitter access token to get more info (user_id, name, screen_name, ...) but not email On Feb 23, 5:19 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Amrish, User email addresses are not returned in the Twitter

Re: [twitter-dev] Re: get user email address

2011-03-14 Thread Scott Wilcox
Hello, As Taylor has just said to you, it is impossible to get a users email address from the Twitter REST API. If you want a users email address you will have to explicitly ask them for it yourself. Scott. On 14 Mar 2011, at 22:32, Andrey Kostromin wrote: I make site registration with

[twitter-dev] Re: Get user email?

2009-08-12 Thread Josh Roesslein
The API does not provide access to viewing an user's email. You may update the users email if you wish via http://twitter.com/account/update_profile [1] Josh [1] http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-account%C2%A0update_profile On Wed, Aug 12, 2009 at 12:04 AM, Almir Karic