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: div

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

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

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

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: 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

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 fermis...@gmail.com 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 a...@twitter.com wrote: I'm already working on this.

Re: Only @reply Tweets have conversation threads?

2009-01-29 Thread Julio Biason
On Fri, Jan 30, 2009 at 8:29 AM, drupalot oax...@gmail.com 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

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

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 crizreg...@gmail.com wrote: Hi, I just wanna ask for the request whitelisting, I have

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

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

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() =

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:

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