Skip to content

Instantly share code, notes, and snippets.

View muzicstation's full-sized avatar

tsumagana muzicstation

View GitHub Profile
@muzicstation
muzicstation / xauth_request.py
Created March 27, 2017 07:10 — forked from codingjester/xauth_request.py
Python xAuth Example
#!/usr/bin/env python
import urllib
import urlparse
import oauth2 as oauth
import json
consumer_key="consumer_key"
consumer_secret="consumer_secret"
access_token_url = 'https://www.tumblr.com/oauth/access_token'