Subject: | The followers method should be clearly documented |
The C<followers> method should be explicitly documented. Right now, only followers_ids is documented, and based on the POD, I ended up using lookup_users to resolve ids to screen names. This is inefficient.
Also, the documentation for the followers method should mention that followers are returned in a consistent order, most recent first. followers_ids returns them in some apparently random order.
Also, the documentation for the followers method should mention that followers are returned in a consistent order, most recent first. followers_ids returns them in some apparently random order.