# File lib/twitter/client/friends_and_followers.rb, line 235
      def friendship_update(user, options={})
        options.merge_user!(user)
        relationship = post("/1/friendships/update.json", options)['relationship']
        Twitter::Relationship.new(relationship)
      end