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 you

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

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

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 to

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

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