요즘 twitter에 빠져 있는데 이게 나름 재미가 쏠쏠해서 블랙베리로도 언제나 어디서든 즐기고 있다. 그러던 와중에 최근 흥미로운 이야기를 접하게 됐다.
twitter는 statuses가 3200개만 저장되고 오래된 순서대로 지워져요
어라? 내가 알고 있기로는 그렇지 않을텐데~ twitter 같은 SNS 사이트에서 사용자의 포스팅을 용량 부족의 문제로 날려버리면 사이트 존재 의미가 많이 훼손된다는걸 생각해보면 그럴리가 없다는게 내 결론이었다. 하지만 세상엔 상식밖의 일도 많기 때문에 구글신의 힘을 빌려 찾아보니 대답은 간단 명료했다.
There are pagination limits
Rest API Limit
Clients may request up to 3,200 statuses via the page and count parameters for timeline REST API methods. Requests for more than the limit will result in a reply with a status code of 200 and an empty result in the format requested. Twitter still maintains a database of all the tweets sent by a user. However, to ensure performance of the site, this artificial limit is temporarily in place.
출처 : http://apiwiki.twitter.com/Things-Every-Developer-Should-Know
하긴 부하를 줄이기 위해서는 적절한 방법이긴하다만 오해의 소지가 있군;
Posted by toz


