Re: learning about protecting my updates

2009-01-29 Thread Alex Payne
It sounds like you were logged in to the Twitter API with a basic auth session in the browser on your primary machine. When you asked for your timeline, it applied your credentials. You are, of course, allowed to see your own content. On Thu, Jan 29, 2009 at 21:17, Naveen wrote: > > I am new to

Lots of 502 errors

2009-01-29 Thread Ammo Collector
Hi, we've been receiving lots of Twitter/timeout errors on search with 502 error codes. The account we use is "klout". I would say 1 in 4 calls to search result in 502s... Any ideas on how to reduce the errors? Maybe go 50 instead of 100 results? example call: http://search.twitter.com/searc

learning about protecting my updates

2009-01-29 Thread Naveen
I am new to Twitter so beg to apologize upfront for my naive questions... I am quite confused by the behavior I saw I logged into Twitter and then within "my settings" I checked the "Protect my updates" checkbox. I then posted an update. I logged out of twitter and then tried the following

Re: requesting whitelisting

2009-01-29 Thread Cameron Kaiser
> Thanks Abraham for your quick reply, one thing more, when does the 100 times > per hour decreased, when you pull the data from twitter, Is it per IP > address or username account? I'm using my application? If you authenticate, it is per username. If you do not authenticate, it is per IP (and yo

SPANISH OR SPECIAL CHARACTERS

2009-01-29 Thread Daniel
Hi!! I'm using ASP.NET to post status updates into twitter but all the accents and special characters are shown as ?. Any solution? My Code is: Dim user As String = Convert.ToBase64String (System.Text.Encoding.UTF8.GetBytes(username & ":" & pass)) Dim bytes As Byte() = System.Text.Enc

Re: xmpp + entire pubsub

2009-01-29 Thread Sam Sethi
Really annoyed that Twitter are halting Gnip from allowing new users access their xmpp feed until Twitter api updated but no dates on Twitter api release means we are stuck. Prefer the xmpp solution and would like to use it asap. Also cannot access api.wiki so cannot read the upaste on nati

Re: requesting whitelisting

2009-01-29 Thread Criz Regala
Thanks Abraham for your quick reply, one thing more, when does the 100 times per hour decreased, when you pull the data from twitter, Is it per IP address or username account? I'm using my application? On Fri, Jan 30, 2009 at 7:42 AM, Abraham Williams <4bra...@gmail.com> wrote: > If you want to p

Re: requesting whitelisting

2009-01-29 Thread Abraham Williams
If you want to pull data from twitter more then 100 times per hour you need to be whitelisted. http://apiwiki.twitter.com/REST+API+Documentation#RateLimiting On Thu, Jan 29, 2009 at 16:18, chrizsziee wrote: > > Hi, > > I just wanna ask for the request whitelisting, I have search a lot for > thi

Re: Putting a ceiling on requests from users and IPs on the whitelist

2009-01-29 Thread Karthik
Alex, Any updates on these new API's? We are eagerly waiting for them. Thanks, Karthik On Jan 23, 3:46 am, Alex Payne wrote: > I'm already working on this. It'll be new methods, I think. Should be > ready to deploy by early next week. > > On Thu, Jan 22, 2009 at 10:15, Scott C. Lemon wrote: >

requesting whitelisting

2009-01-29 Thread chrizsziee
Hi, I just wanna ask for the request whitelisting, I have search a lot for this matter but I can't understand what is the request whitelisting all about. How is it work? what are the advantages and disadvantage of that? I need more details for the request whitelisting, When does the 100 request p

Re: Only @reply Tweets have conversation threads?

2009-01-29 Thread Julio Biason
On Fri, Jan 30, 2009 at 8:29 AM, drupalot wrote: > A quick follow-up. We noticed today that in the rest API, under the > following section (URL pasted below) it shows the anatomy of a Tweet, > including the in_reply_to_status_ID. Doesn't this mean that we can > call from Twitter for the in_reply_

Re: Putting a ceiling on requests from users and IPs on the whitelist

2009-01-29 Thread Alex Payne
Shipping tomorrow, Monday if it slips. On Thu, Jan 29, 2009 at 10:51, Karthik wrote: > > Alex, > > Any updates on these new API's? > > We are eagerly awaiting for its release. > > Thanks, > Karthik > > On Jan 23, 3:46 am, Alex Payne wrote: >> I'm already working on this. It'll be new methods, I

Re: twitter classes

2009-01-29 Thread Abraham Williams
http://apiwiki.twitter.com/Libraries On Thu, Jan 29, 2009 at 14:49, Cameron Kaiser wrote: > > > Hey, just for a refresher, can everyone share the various twitter classes > > (publically available for download) they are using? > > TTYtter uses its own internal support. You can look at it from > >

Re: Only @reply Tweets have conversation threads?

2009-01-29 Thread drupalot
A quick follow-up. We noticed today that in the rest API, under the following section (URL pasted below) it shows the anatomy of a Tweet, including the in_reply_to_status_ID. Doesn't this mean that we can call from Twitter for the in_reply_to_status_ID for any Tweet? And thus create accurate conve

Re: Putting a ceiling on requests from users and IPs on the whitelist

2009-01-29 Thread Karthik
Alex, Any updates on these new API's? We are eagerly awaiting for its release. Thanks, Karthik On Jan 23, 3:46 am, Alex Payne wrote: > I'm already working on this. It'll be new methods, I think. Should be > ready to deploy by early next week. > > On Thu, Jan 22, 2009 at 10:15, Scott C. Lemon

Re: twitter classes

2009-01-29 Thread Cameron Kaiser
> Hey, just for a refresher, can everyone share the various twitter classes > (publically available for download) they are using? TTYtter uses its own internal support. You can look at it from http://www.floodgap.com/software/ttytter/ -- personal: h

Re: Search trends.json returning old data?

2009-01-29 Thread Matt Sanford
Hi Chad, Thanks for the headers. We're working on a production issue with slow searches right now and in the process I deployed the latest code to the hosts and restarted. Let me know if you see any more problems. — Matt On Jan 29, 2009, at 11:47 AM, Chad Etzel wrote: Just happened

Re: Update posting rarely working

2009-01-29 Thread Chad Etzel
Agreed. You might want to set it to something more like 20. 2 seconds is pretty quick... -Chad On Thu, Jan 29, 2009 at 3:20 PM, Peter Denton wrote: > I would also try playing with curl_setopt ($curl_handle, > CURLOPT_CONNECTTIMEOUT, 2); > I had issues with that at first. > > On Wed, Jan 28, 200

twitter classes

2009-01-29 Thread Peter Denton
Hey, just for a refresher, can everyone share the various twitter classes (publically available for download) they are using? As twitter works towards stability and we do as well, some classes are probably written better than others and it might be a good time for devs to swap out hacked code for

Re: Update posting rarely working

2009-01-29 Thread Peter Denton
I would also try playing with curl_setopt ($curl_handle, CURLOPT_CONNECTTIMEOUT, 2); I had issues with that at first. On Wed, Jan 28, 2009 at 5:40 PM, dougw wrote: > > Can you set the CURLOPT_VERBOSE flag to true and capture some > debugging output? For example: > > curl_setopt($curl, CURLOPT_VE

Re: Why all Web 2.0 sites should be twitter apps.

2009-01-29 Thread Andrew Badera
Doesn't this sort of brownie fluff belong on one's blog, and not on a dev mailing list? On Thu, Jan 29, 2009 at 3:13 PM, Amir Michail wrote: > > Hi, > > Why should a Web 2.0 site that has nothing to do with microblogging be > a twitter app? > > Putting aside twitter's viral marketing potential,

Why all Web 2.0 sites should be twitter apps.

2009-01-29 Thread Amir Michail
Hi, Why should a Web 2.0 site that has nothing to do with microblogging be a twitter app? Putting aside twitter's viral marketing potential, I will focus instead on two key issues in Web 2.0 apps: (1) reducing spam/ inappropriate content; and (2) encouraging user contributions. (1) Reducing sp

Re: Search trends.json returning old data?

2009-01-29 Thread Chad Etzel
Just happened again... it returned the trends from about last night (i think somewhere around 9-10PM PST). Here are the header dumps: * About to connect() to search.twitter.com port 80 (#0) * Trying 128.121.146.107... * connected * Connected to search.twitter.com (128.121.146.107) port 80 (#0)

Re: xmpp + entire pubsub

2009-01-29 Thread Alex Payne
http://apiwiki.twitter.com/FAQ#Whenwillthefirehosebeready On Wed, Jan 28, 2009 at 21:47, ledil wrote: > > Hello, > > how to get the entire pubsub without gnip or how can I make use of > XMPP (firehouse) ? > > Thx, > Ledil > -- Alex Payne - API Lead, Twitter, Inc. http://twitter.com/al3x

Re: Search trends.json returning old data?

2009-01-29 Thread Matt Sanford
Hi Chad, I haven't seen anything like that. If you are still seeing it can you try using 'curl -v' or capturing the headers in your application? It will help me find out what server might be causing problems. Thanks; — Matt On Jan 29, 2009, at 10:00 AM, Chad Etzel wrote: Hi there,

Search trends.json returning old data?

2009-01-29 Thread Chad Etzel
Hi there, I am seeing some strange behavior that the trends.json info is intermittently being returned with old data (e.g. from last night). I don't think it's a local machine caching issue, since I saw the same old data returned on two separate machines at the same time. Is anyone else experie

Re: Since not returning 304?

2009-01-29 Thread Matt Sanford
Hi James, Sorry for the late reply, I was swamped yesterday. You included a barrage of questions in that opening paragraph so I'll try and answer what I can. 1. To save on resources we don't keep track of which since has been requested before, and it seems incorrect to return 304 if t

Re: Two twitters on same blog on blogger

2009-01-29 Thread Matt Sanford
Hi there, I think the problem is the ul element with the id 'twitter_update_list'. Since blogger.js puts the content in the element with the id 'twitter_update_list', both are attempting to put content into the same place. Having two HTML elements with the same id is not really valid

Image format changes

2009-01-29 Thread Matt Sanford
Hi all, I'm sorry for the late notice but I just got word from our User Experience (UX) group that they are testing a change to stop accepting GIF images for the avatar (profile_image) and profile wallpaper (profile_background_image). There has been a bunch of trouble with image uploading dis

Re: xmpp + entire pubsub

2009-01-29 Thread Stuart
2009/1/29 ledil : > how to get the entire pubsub without gnip or how can I make use of > XMPP (firehouse) ? You can't at the moment. There is a new firehose solution on the way but it's pure HTTP not XMPP. Gnip is your best option. Might I ask what you have against using them? -Stuart -- http

xmpp + entire pubsub

2009-01-29 Thread ledil
Hello, how to get the entire pubsub without gnip or how can I make use of XMPP (firehouse) ? Thx, Ledil

Re: Since not returning 304?

2009-01-29 Thread jredville
Any ideas? On Jan 28, 12:30 am, jredville wrote: > Is this expected. I was setting the since param to a recent time, curl > showed no tweets, but when I add --head, it shows 200 instead of 304. > I'll also ask what I wanted to find out. If I request with since, and > I get a 304, does it cost an

Two twitters on same blog on blogger

2009-01-29 Thread ogooglad
Hi, maybe a stupid question. But I have a blog on blogger and now I started a twitter and I made my twitter-posts appear in the blog. Now, my gf have a twitter account as well and I want her twitter-posts to appear on the same blog. I am using this code that I got from twitter: Twitter Updates