Re: [twitter-dev] Re: OAuth without read or write access

2011-03-21 Thread Tom Gibara
Thanks for the confirmation. I guess I'll have to rely on informing the user as you suggest. It looks like a gap in the API to me, there must be plenty of websites out there that might want to confirm a user's identity with their twitter account, without wanting access to their tweets. Tom. On 2

[twitter-dev] Re: OAuth without read or write access

2011-03-21 Thread Ninjamonk
yes it would, I think people are more worried about the ability to write than read. You could just put up a message saying this is only being used for sign in and we will not read your stream. On Mar 20, 9:06 pm, Tom Gibara wrote: > Searching for "sign in with twitter" pointed me to: > > http://

Re: [twitter-dev] Re: OAuth without read or write access

2011-03-20 Thread Tom Gibara
Searching for "sign in with twitter" pointed me to: http://dev.twitter.com/pages/sign_in_with_twitter which I've already read. My understanding is that my application must be registered to use OAuth, and that the access type it requires (read/write) is determined by that registration. Doesn't thi

[twitter-dev] Re: OAuth without read or write access

2011-03-20 Thread Ninjamonk
search for sign in with twitter and you should be ok. All you need to do is let them login with oauth and you will get those details. On Mar 20, 3:29 pm, tomgibara wrote: > I'm developing an application in which I want to allow users to > authenticate themselves with their twitter account. I nee