# File lib/oauth/models/consumers/simple_client.rb, line 22
        def post(path,params={})
          parse(token.post(path,params, {'Accept' => 'application/json'}))
        end