= Adding / Removing a user as a friend of the currently logged user = == Request Format / requires [OAuth_Headers OAuth HTTP Authorization Headers] == This is a POST request. (PUT and DELETE are also supported) {{{ http://api.praized.com/{community_slug}/users/{user_login}/friendships.{format}?api_key={your api key} }}} == Arguments == === {user_login} === The login of the user format : string ex : fprefect == POST Body == format : string value : (add|delete) == Response Format == === XML === {{{ http://api-tribe.com/praized/ apitribe Api Tribe http://api-tribe.com/ 0 }}} === JSON === {{{ { "praized":{ "community":{ "base_url":"http://api-tribe.com/praized/", "slug":"apitribe", "name":"Api Tribe", "home_url":"http://api-tribe.com/" }, "friendship":{ "login":0 } } } }}} ------ Continue to [GET_Buzz_Feed Getting a Praized Buzz Feed] Back to [GET_User_Friends Getting users friends] Up to [API Our Index]