Subject: | _make_request should not specify Content for post requsets |
By plugging all params in to the body you side step HRC:POST's ability to
pick the right header items thus and instead instruct it to push
everything in to the payload of the request. I'm sure that this method
works for very simple cases where a payload is not required, but will
break anything that needs to define it's own payload or has any header
modifications.
http://github.com/notbenh/Net-OAuth-
Simple/commit/c2a381d2b1a3dbd263cc8858bbde812f8c400139
--
benh~