README.rdoc in whatser-0.6.0 vs README.rdoc in whatser-0.6.1
- old
+ new
@@ -226,9 +226,13 @@
m.save
m.delete
<Whatser::Follow @location="Amsterdam, NL", @avatar_pic="http://example.com/avatars/thumb/1.jpg", @promoted=false, @name="Example User", @id=1>
+You can also get a list of a given user's followers either directly through a user, or the Follow class.
+
+ Whatser.client.follows.followers( user_id, :page => 1, :per_page => 10 )
+ following_users = user.followers( :page => 1, :per_page => 10 )
=== Check Ins
A check in represents a user's visit to a spot, and will typically have a counterpart in other location-based applications such as Foursquare, Gowalla, and Facebook Places.