I wanted to use the Twitter API to get the friends status list from many users. How many requests could I request in one moment?
Little another question: What's faster: XML or JSON with a lot of data with PHP?
I wanted to use the Twitter API to get the friends status list from many users. How many requests could I request in one moment?
Little another question: What's faster: XML or JSON with a lot of data with PHP?
Currently, there is a rate limit of 350 requests per hour when using OAuth. I believe it's 150 when using Basic Auth which will be deprecated in June.