# File lib/twitter/client/profile.rb, line 20
  def profile(action, attributes)
    response = rest_oauth_connect(:post, @@PROFILE_URIS[action], attributes)
    bless_models(Twitter::User.unmarshal(response.body))
  end