Twitter API and rate limiting - I am confused
Posted
by jeffreyveon
on Stack Overflow
See other posts from Stack Overflow
or by jeffreyveon
Published on 2010-05-13T04:53:08Z
Indexed on
2010/05/13
5:04 UTC
Read the original article
Hit count: 383
twitterapi
I am new to the Twitter API, and I looked at their whitelisting policies and I am a little confused... I'm basically writing a twitter aggregrator that crawls the public tweets of a set of users (not more than 200) hourly. I wanted to apply for whitelisting, and they seem to offer account based and IP based whitelisting. Since I am using a shared hosting, my outbound IP address might vary (and twitter does'nt allow IP ranges for whitelisting). So I am considering using account based whitelisting.
However, while using OAuth, is it possible for me to use account based whitelisting for a background process that crawls the API hourly?
© Stack Overflow or respective owner