= Getting users friends = == Request Format == {{{ http://api.praized.com/{community_slug}/users/{user_login}/friends.{format}?api_key={your api key} }}} == Arguments == === {user_login} === The login of the user format : string ex : fprefect === page === No of the requested page format : unsigned integer === per_page === Number of request per page format : unsigned integer == Response Format == === XML === {{{ praized-com-hub praized.com hub http://praized.com/ http://praized.com/ 2008-08-28T02:56:17Z Surname Name
Montreal 99.545447 -99.639076
nnnnnnn 2007-01-07T19:29:30Z
....
}}} === JSON === {{{ { "praized":{ "pagination":{ "per_page":null, "page_count":null, "total_entries":null, "current_page":null }, "community":{ "base_url":"http://praized.com/", "slug":"praized-com-hub", "name":"praized.com hub", "home_url":"http://praized.com/" }, "users":[ { "updated_at":"2008/07/31 10:54:08 +0000", "gender":null, "about":null, "date_of_birth":null, "first_name":"name", "last_name":"lastname", "claim_to_fame":null, "login":"cfd", "created_at":"2008/04/07 22:01:12 +0000" }, { "updated_at":"2008/08/21 14:59:48 +0000", "gender":null, "about":"Test", "date_of_birth":null, "first_name":"first name", "last_name":"name", "claim_to_fame":"-----", "address":{ "city":{ "name":"Montreal", "code":null, "name_fr":null }, "latitude":99, "postal_code":null, "regions":null, "street_address":null, "longitude":-99 }, "login":"nnnnnnnn", "created_at":"2008/02/26 17:23:21 +0000" }, ..... ] } } }}} ------ Continue to [POST_User_Friends Adding / Removing a user as a friend of the currently logged user] Back to [GET_User_Votes Getting users votes] Up to [API Our Index]