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 > Ok, how I can ask email using php? Has twitter api for it? > Scott Wilcox писал(а) в своём письме Tue, 15 Mar 2011 > 01:19:40 +0200: > > > Hello, >> >> As Taylor has just said to you, it is impossible to

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 писал(а) в своём письме 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 will have to

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 twit

[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 wrote: > Hi Amrish, > > User email addresses are not returned in the Twitter API. If you would like > a us