API - users/following_not_follower
Returns a list of users that you are following, but that are not following you.
URL:
http://api.buzzerly.com/users/following_not_follower.format
http://api.buzzerly.com/users/following_not_follower/user_name.format
http://api.buzzerly.com/users/following_not_follower/user_name.format
Formats:
xml,json
Request Method(s):
GET
Authentication:
Required [?]
Rate Limited:
True [?]
Parameters:
count: Optional, specifies the number of users to return, must be a positive integer no greater than 100.
page: Optional, specifies the page of results to return, must be an integer between zero and 24, inclusive.
page: Optional, specifies the page of results to return, must be an integer between zero and 24, inclusive.
Example:
[ coming soon ]
Usage:
curl -u user:password "http://api.buzzerly.com/users/following_not_follower.xml"
curl -u user:password "http://api.buzzerly.com/users/following_not_follower/buzzerly.xml"
curl "http://api.buzzerly.com/users/following_not_follower/buzzerly.xml"
curl -u user:password "http://api.buzzerly.com/users/following_not_follower/buzzerly.xml"
curl "http://api.buzzerly.com/users/following_not_follower/buzzerly.xml"
