Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/twitter/client.rb: Fixing issue with wrong signature being genera…
…ted when multipart data is posted. The `request` method on Twitter::Client gets signature_params but doesn't pass that along to `request_setup` method breaking the signature on multipart posts. This fix adds the missing extra param to `request_setup` and uses it when generating the OAuth signature.
- Loading branch information