Re: [twitter-dev] Twitter Preproduction Server?

2010-01-01 Thread Josh Roesslein
Hello,

I tend to use many test accounts while developing. When I hit a rate
limit I just switch.
There is a "sandbox" in the works from what twitter has been telling
us. So hopefully
that will make life a little easier for testing with the API.

Josh


Re: [twitter-dev] Twitter Preproduction Server?

2010-01-01 Thread Zac Bowling
No test version of twitter. The best way is to create a test account and
protect it's updates to keep it off search. Request account/ip white-listing
where necessary. You may get rate limited but it's good to understand your
limits you can work inside during testing (rate limits reset every hour).
It's unlikely to get "blacklisted" as long as your not DOSing twitter or
spamming people.


Zac Bowling



On Fri, Jan 1, 2010 at 5:51 AM, evolutional  wrote:

> I'm just starting out on writing a simple C++ library that integrates
> with the Twitter API. As this is in the early stages I don't really
> want to be integrating with the live twitter environment -
> 1) I may be sending over a load of broken requests while I work out
> that I'm doing
> 2) The status updates / etc will just be for testing and I don't
> really want them through on my live account
> 3) I don't want to get blacklisted or keep hitting rate limits
>
> Is there a preproduction / dev version of the twitter api that's just
> for developers to integrate with? I couldn't find anything in the FAQ,
> it seems very much like it's live or nothing.
>
> Cheers,
>
> Oli
>


[twitter-dev] Twitter Preproduction Server?

2010-01-01 Thread evolutional
I'm just starting out on writing a simple C++ library that integrates
with the Twitter API. As this is in the early stages I don't really
want to be integrating with the live twitter environment -
1) I may be sending over a load of broken requests while I work out
that I'm doing
2) The status updates / etc will just be for testing and I don't
really want them through on my live account
3) I don't want to get blacklisted or keep hitting rate limits

Is there a preproduction / dev version of the twitter api that's just
for developers to integrate with? I couldn't find anything in the FAQ,
it seems very much like it's live or nothing.

Cheers,

Oli