Skip to content

Instantly share code, notes, and snippets.

@Shadow6363
Created August 23, 2012 13:30
Show Gist options
  • Save Shadow6363/3436624 to your computer and use it in GitHub Desktop.
Save Shadow6363/3436624 to your computer and use it in GitHub Desktop.
def _make_post(self, params):
params['user_id'] = self.user_id
body = urllib.urlencode(params)
sig = self._signature(body)
body += '|sig:' + sig
body = 'padded|sig:newsig'
return body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment