[twitter-dev] Re: Twitter bug OR deliberate OAuth exception in the new versioning api ?

2010-03-19 Thread Ram
Thanks Taylor, this is good to know. Btw for OAuth, should I be using the following URLs http://api.twitter.com/oauth/authorize?oauth_token=xx http://api.twitter.com/oauth/authorize http://api.twitter.com/oauth/access_token or should I be using their http://twitter.com equivalents ? Both

Re: [twitter-dev] Re: Twitter bug OR deliberate OAuth exception in the new versioning api ?

2010-03-19 Thread Taylor Singletary
Hi Ram, I recommend standardizing on api.twitter.com for the OAuth endpoints as well as the resource endpoints. Further, for all the OAuth-related steps (authorize, access_token, and request_token) I strongly recommend using SSL. Taylor Singletary Developer Advocate, Twitter

[twitter-dev] Re: Twitter bug OR deliberate OAuth exception in the new versioning api ?

2010-03-19 Thread Ram
Thanks again, Taylor. I'll use api.twitter.com instead of twitter.com I'm already using https://twitter.com calls for the app (currently in the app store), but I use http for test purposes (easier for debugging and tracking traffic) Ram On Mar 19, 1:30 pm, Taylor Singletary