Skip to content

Instantly share code, notes, and snippets.

View stephenhodgkiss's full-sized avatar

Steve Hodgkiss stephenhodgkiss

View GitHub Profile
@stephenhodgkiss
stephenhodgkiss / imgur-oauth-test.html
Created September 27, 2015 20:47 — forked from eirikb/imgur-oauth-test.html
Post to imgur using oauth (api v3) on a static (no server) site
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>imgur oauth</title>
<script src="http://code.jquery.com/jquery.min.js"></script>
<script>
$(function () {
var extractToken = function(hash) {