Skip to content

Instantly share code, notes, and snippets.

@subnetmarco
Created November 16, 2011 06:24
Show Gist options
  • Save subnetmarco/1369418 to your computer and use it in GitHub Desktop.
Save subnetmarco/1369418 to your computer and use it in GitHub Desktop.
<?php
require_once("Bitly.php");
$bitly = new Bitly("MY_PUBLIC_KEY", "MY_PRIVATE_KEY");
// ...
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment