Re: Is SSL (TLS/https) officially supported?

2008-11-28 Thread Ed Finkler
I'm pretty sure it's officially supported. -- Ed Finkler http://funkatron.com AIM: funka7ron ICQ: 3922133 Skype: funka7ron On Fri, Nov 28, 2008 at 3:18 PM, Jon Colverson <[EMAIL PROTECTED]> wrote: > > Hello. > > I've just started playing around with the REST API and I noticed that > https reque

Is SSL (TLS/https) officially supported?

2008-11-28 Thread Jon Colverson
Hello. I've just started playing around with the REST API and I noticed that https requests work, but I couldn't find this documented in the API docs. Is it officially supported, or something that works accidentally and might go away without warning? Thank you. -- Jon

What is Twitter Architecture to scale

2008-11-28 Thread David C
Sorry this is not a real dev question, but rather an infrastructure question. If I Google "Tiwtter Scale" or "Twitter Architecture" I get lots of articles before things vastly imprved. Can anyone point me to a document that describes what got upgraded? Thanks

Problem with updating Twitter status

2008-11-28 Thread Marcin Lewandowski
Hi! I try to update status on Twitter from my application, using Apache Commons HttpClient. I'm totally new to the Twitter API so probably I'm doing something wrong, but can't figure out what is the problem. I tried to do everything like it was explained in API documentation, but get "Your browse

Re: How do I find out who I am?

2008-11-28 Thread elaverick
Yeah again that's still hitting the server for more data than I'd like really, but it looks like it may be the only viable option. Would be nice if http://twitter.com/account/verify_credentials.format returned the authenticating user id as its return code. Nice and compact. Would be interesting

geolocating twits

2008-11-28 Thread marc puig
Hi all! yesterday I uploaded my last microproject based on Twitter + Google App Engine and Google maps: http://plazz.me With plazz.me Twitter users can locate places entering a full Address or the Geographical coordinates (latitude and longitude). With this information, plazz.me generates a shor

Re: Twitter, Push APIs and XMPP

2008-11-28 Thread Brent Soderberg
I'd like to be able to use an HTTP-push solution for retrieving any replies made to a specific user. What are my options for that? I read through the Gnip docs and it doesn't seem like there is an option for getting a feed of all replies to a user. will the firehose solution address this? On No

Re: Twitter, Push APIs and XMPP

2008-11-28 Thread fastest963
HTTP-Push? As in get? post? or something I'm new at? :P