Re: [twitter-dev] Need to integrate Twitter Authentication in my web application

2011-03-22 Thread Manish Sadhwani
Ok, Thanks On Tue, Mar 22, 2011 at 12:44 PM, Scott Wilcox wrote: > Again, there is no methods in the API that will give you an email address > of a user. > > Scott. > > On 22 Mar 2011, at 06:10, Manish Sadhwani wrote: > > > Hello > > > > Thanks for quick response. I think i was not able to exp

Re: [twitter-dev] Need to integrate Twitter Authentication in my web application

2011-03-22 Thread Scott Wilcox
Again, there is no methods in the API that will give you an email address of a user. Scott. On 22 Mar 2011, at 06:10, Manish Sadhwani wrote: > Hello > > Thanks for quick response. I think i was not able to explain u > clearly what we need. > > I need to integrate SSO authentication like Goog

Re: [twitter-dev] Need to integrate Twitter Authentication in my web application

2011-03-21 Thread hax0rsteve
Sorry, that should have read : you are going to have to ask the user for them yourself in your application. On 21 Mar 2011, at 15:48, hax0rsteve wrote: > you are going to have the user > for them yourself in your application. -- Twitter developer documentation and resources: http://dev.twitte

Re: [twitter-dev] Need to integrate Twitter Authentication in my web application

2011-03-21 Thread hax0rsteve
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

[twitter-dev] Need to integrate Twitter Authentication in my web application

2011-03-21 Thread Manish Sadhwani
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 i