Skip to content

Instantly share code, notes, and snippets.

View iforgotbetter's full-sized avatar

iforgotbetter

View GitHub Profile
@iforgotbetter
iforgotbetter / nouns.php
Last active August 29, 2015 14:15 — forked from hirobert/OAuth.php
<?php
//Use this OAuth library -> http://oauth.googlecode.com/svn/code/php/OAuth.php
require("OAuth.php");
$cc_key = "CLIENT_KEY_HERE";
$cc_secret = "CLIENT_SECRET_HERE";
$url = "http://api.thenounproject.com/icons/happy";
$args = array();
$args["limit"] = 10;