My favorites | Sign in
Project Logo
       
New issue | Search
for
| Advanced search | Search tips
Issue 518: Too much followers: Can never get IDs
5 people starred this issue and may be notified of changes. Back to list
Status:  Duplicate
Merged:  issue 613
Owner:  alexfpayne
Closed:  May 26
Type-Defect
Priority-Medium
Component-REST


Sign in to add a comment
 
Reported by anto...@antoniakampa.de, Apr 24, 2009
If a member has too much followers then
"http://twitter.com/followers/id.format" with cURL: "curl
http://twitter.com/followers/ids.xml?screen_name=stephenfry"
 always ends in an error: Over capacity.

eg: stephenfry (500k)

Is there a possibility to just divide the number of ID through something?
In half? Or the first 100000? There's no possible parameter... Is there a
trick I just don't see?

Over capacity page:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  <head>
  	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  	<meta http-equiv="Content-Language" content="en-us" />
  	<title>Twitter / Over capacity</title>
  	<link rel="icon" href="http://static.twitter.com/favicon.ico"
type="image/ico" />
  	<style type="text/css">
    body{background:#9AE4E8 url(http://static.twitter.com/images/bg.gif)
no-repeat fixed left top;color:#333;font:0.75em
Helvetica,Arial,sans-serif;text-align:center}
    #container { width: 755px; margin: 0 auto; padding: 0px 0; text-align:
left; position: relative; }
    #content { width: 100%; margin-top: 0px; float: left; padding-bottom:
15px; background: transparent
url(http://static.twitter.com/images/arr2.gif) no-repeat scroll 25px 0px;}
    .subpage #content .wrapper { background-color: #fff; padding: 20px 10px
15px 10px; -moz-border-radius: 5px;-webkit-border-radius: 5px;}
    .subpage #content h1, .subpage #content h2, .subpage #content h3,
.subpage #content h4, .subpage #content h5 { margin: 3px 0pt 4px; }
    .subpage #content p { line-height: 1.2; margin: 5px 0; }
    .subpage #content ul { padding-left: 30px; }
    .subpage #content ol, #side ol { padding-left: 30px; }
    a{text-decoration:none;color: #0084b4;}
    #content div.desc { margin: 11px 0px 10px 0px; }
    a img{border:0;}
    ul{list-style:square;padding-left:20px;}

    #navigation { position: absolute; top: 12px; right: 0; padding: 0px 5px
0px 5px; line-height: 0.5em; text-align: center; }
    #navigation ul { 
      list-style:none
      margin: 0; padding: 0px;
      width: auto; height: 100%;
    }
    #navigation li { display:inline; padding: 0 0 0 5px; } 
    #navigation li:before { content: ' '; padding-right: 0; }
    #navigation li.first:before { content: ''; padding-right: 0; }
    #navigation, #footer { background-color: #fff; -moz-border-radius:
5px;-webkit-border-radius: 5px;}

    #footer { clear: left; width: 555px; text-align: center; padding: 1px
0; line-height: 1; }
    #footer li { display: inline; padding: 0 0 0 5px; }
    #footer li.first:before { content: ''; padding-right: 0; }

  	</style>
  </head>
  <body>

    <div id="container" class="subpage">
      <div id="navigation">
        <ul>
          <li class="first"><a href="http://twitter.com">Home</a></li>
          <li><a href="http://twitter.com/public_timeline">Public
Timeline</a></li>
          <li><a href="http://help.twitter.com">Help</a></li>
        </ul>
      </div>
      <h1 id="header"><a href="http://twitter.com"><img
src="http://static.twitter.com/images/twitter_logo_s.gif" /></a></h1> 
      <div id="content">
        <div class="desc"></div>
        <div class="wrapper">
          <span style="font-size:1.8em; font-weight:bold">Twitter is over
capacity.</span><br />
          <div style="font-size:1.2em;margin-top:2px;color:#b6b6a3">Too
many tweets! Please wait a moment and try again.</div><br />

          <p style="margin-bottom:10px;text-align:center"><img
src="http://static.twitter.com/images/whale.png" /></p>
        </div>
      </div>

      <div id="footer" style="width:100%">
        <ul>
          <li class="first">&copy; 2009 Twitter</li>
          <li><a href="/help/aboutus">About Us</a></li>
          <li><a href="/help/contact">Contact</a></li>
          <li><a href="http://blog.twitter.com/">Blog</a></li>
          <li><a href="http://status.twitter.com/">Status</a></li>
          <li><a href="/help/api">API</a></li>
          <li><a href="http://help.twitter.com/">Help</a></li>
          <li><a href="/help/jobs">Jobs</a></li>
          <li><a href="/help/tos">TOS</a></li>
          <li><a href="/help/privacy">Privacy</a></li>
        </ul>
      </div>

    </div>

    <!-- BEGIN google analytics -->
    <script type="text/javascript">
      var gaJsHost = (("https:" == document.location.protocol) ?
"https://ssl. : "http://www.");
      document.write(unescape("%3Cscript src='" + gaJsHost +
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
      var pageTracker = _gat._getTracker("UA-30775-6");
      pageTracker._setDomainName("twitter.com");
      pageTracker._trackPageview('503 Error');
    </script>
    <!-- END google analytics -->



Comment 1 by peter.annema, Apr 24, 2009
See  issue 362 .
Comment 2 by alexfpayne, Apr 24, 2009
We'll be adding pagination to the "ids" methods.
Status: Accepted
Owner: alexfpayne
Comment 3 by anto...@antoniakampa.de, Apr 25, 2009
Thanks!
Comment 4 by alexfpayne, Apr 29, 2009
(No comment was entered for this change.)
Labels: Component-REST
Comment 5 by alexfpayne, Apr 29, 2009
We have a fix for this issue under review.
Comment 6 by djc8080, May 03, 2009
Pagination not working. Only first returns 5,000. Remaining pages return random 
amounts.


Comment 7 by m...@twitter.com, May 26, 2009
The pagination was added but the "random amounts" is a bug related to the pagination. There was some more 
information in  issue 613  and work is underway to fix that. Closing this as a duplicate since the remaining issue is 
better described there.
Status: Duplicate
Mergedinto: 613
Sign in to add a comment

Hosted by Google Code