Hi Manish,

As far as I know, the Twitter API does not provide any method to get
the user's email, and as far as first and last name you will have to
rely on the "name" field of the "user" entity.  This may or (more likely)
may not contain the information you are looking for.

You can see a list of the fields contained in a user entity at :
http://dev.twitter.com/doc/get/users/lookup

Basically, if you need to those data, you are going to have the user
for them yourself in your application.

hax0rsteve




On 21 Mar 2011, at 09:34, Manish Sadhwani wrote:

> Hi
> 
> I am having a web application in .net (3.5) and SQL Server. I need to
> add twitter authentication in my application in which, user is
> authenticated at twitter with his username and password, and if
> authenticated, i will be able to get email, firstname and lastname of
> that twitter user.
> 
> I have implemented facebook and google authentication (openId) in my
> web application
> 
> Regards
> Manish
> 
> -- 
> Twitter developer documentation and resources: http://dev.twitter.com/doc
> API updates via Twitter: http://twitter.com/twitterapi
> Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
> Change your membership to this group: 
> http://groups.google.com/group/twitter-development-talk

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to