Encode the body for passing through oauth2
When not encoded ended up with ``` self['oauth_body_hash'] = base64.b64encode(sha1(self.body).digest()) TypeError: Unicode-objects must be encoded before hashing ```
Please register or sign in to comment
When not encoded ended up with ``` self['oauth_body_hash'] = base64.b64encode(sha1(self.body).digest()) TypeError: Unicode-objects must be encoded before hashing ```