Re: Does direct_messages (Twitter API) support RFC 1123/RFC 822 date time format

2008-10-29 Thread krishnan chakravarthi
Alex, Would it be possible to share an example date that works in your environment (perhaps a test case)? I have tried a bunch of things at my end without much success. Any help is appreciated. Thanks Kris On Wed, Oct 29, 2008 at 8:32 PM, Alex Payne <[EMAIL PROTECTED]> wrote: > > We're pretty s

Re: Rate Limit For Mass POSTs

2008-10-29 Thread Tony Stubblebine
Thanks Alex, What's the limit on DMs per day and is that something that can be whitelisted by IP? I guess whitelisting by IP wouldn't make much sense in a general case. The project I'm working on is going to live on the web and live both inside and outside of CrowdVine. For the inside CrowdVine

Re: Date followed?

2008-10-29 Thread Jesse Stay
Any word on this? I believe this is a repeat of several threads throughout this year and last that all never got answered. Alex - any word on when we can see this? I'd love some sort of communication so I can plan around it. It seems like a very simple update. Thanks, Jesse On Oct 2

Re: Does direct_messages (Twitter API) support RFC 1123/RFC 822 date time format

2008-10-29 Thread Alex Payne
We're pretty sure this isn't a bug on our end. It's come up before, and it's usually some client-side date formatting issue. We've got solid test coverage for it, too. On Wed, Oct 29, 2008 at 8:42 AM, krishnan chakravarthi <[EMAIL PROTECTED]> wrote: > > Thanks for the replies. > I played around

Re: School Project

2008-10-29 Thread Alex Payne
Sure. Email me off-list with the IPs you'll be requesting from and I can give you a couple different options. On Wed, Oct 29, 2008 at 3:51 PM, James <[EMAIL PROTECTED]> wrote: > > I'm currently in a graduate class about natural language processing. > My partner and myself came up with a project

Re: Rate Limit For Mass POSTs

2008-10-29 Thread Alex Payne
For one, you'll need to get your account whitelisted. POST requests aren't rate limited as a rule, but there are some rules around the number updates and direct messages one can send per day that apply whether you're using the API or the web site. Getting whitelisted lifts those limits. Beyond

School Project

2008-10-29 Thread James
I'm currently in a graduate class about natural language processing. My partner and myself came up with a project to do opinion mining on tweets dealing with the election data. We would like to get an archive of the election.twitter.com feed. We have already wrote an application to retrieve the

Rate Limit For Mass POSTs

2008-10-29 Thread Tony Stubblebine
I'm building an app for managing large twitter accounts and have two desires. One, to be able to mass-follow a selection of people who are following me. Two, to send direct messages to all followers or to slices of my followers. These may bring up etiquette/user-expectation/ spam issues, but first

Re: Does direct_messages (Twitter API) support RFC 1123/RFC 822 date time format

2008-10-29 Thread krishnan chakravarthi
Thanks for the replies. I played around with Ruby 1.8.6 and date sent to Date.parse is now in the correct format: URL string: http://twitter.com/direct_messages.xml?since=Mon27Oct2008 (No Urlencoding is needed as there are no special characters or spaces) Ruby Check: irb(main):037:0> d8 = Date.

Re: Are there threads for replies to the same tweet?

2008-10-29 Thread Alex Payne
There's not currently an API to see all replies to a given status, but it's something we're considering. In the meantime, you might be able to use the Search API to narrow down the potential set of tweets (you could search for replies to the username of the thread's originator), but you'd still h

Re: [http_code] => 0

2008-10-29 Thread Alex Payne
Any chance you can provide raw request/response output, not output from I'm guessing is the PHP curl library? On Wed, Oct 29, 2008 at 2:49 AM, vks <[EMAIL PROTECTED]> wrote: > > Hi, > I got a twitter http_code is zero while submitting my message through > twitter API(using curl).What is the meani

Re: user_timeline limits

2008-10-29 Thread Alex Payne
The end result will likely be the same once the bug is fixed, but the only guarantee we're making is that you'll be able to get all of your own tweets. On Wed, Oct 29, 2008 at 6:02 AM, atog <[EMAIL PROTECTED]> wrote: > > Hello Alex, > > Can the same thing be said for any other (public) user? I me

Re: user_timeline limits

2008-10-29 Thread atog
Hello Alex, Can the same thing be said for any other (public) user? I mean, should it only be possible the get all of your own tweets or should you be able to get all tweets from any public user? Kind regards, Koen. On Oct 21, 5:50 pm, "Alex Payne" <[EMAIL PROTECTED]> wrote: > It's a bug that

[http_code] => 0

2008-10-29 Thread vks
Hi, I got a twitter http_code is zero while submitting my message through twitter API(using curl).What is the meaning of this [http_code] => 0]?. The same response [http_code] => 0] is return in case of success/ error posting.But it is correctly working our development server.The problem is on our

Re: /favorites/create returns untrue information

2008-10-29 Thread Jonathan Eunice
Concur.

Date followed?

2008-10-29 Thread Jesse Stay
What's the best way for me to figure out the date someone else followed me via the API? Is that provided in the followers feed? Jesse