Skip to content

Instantly share code, notes, and snippets.

@esseguin
Created August 10, 2012 01:55
Show Gist options
  • Save esseguin/3310298 to your computer and use it in GitHub Desktop.
Save esseguin/3310298 to your computer and use it in GitHub Desktop.
<?php
require_once("Bitly.php");
$bitly = new Bitly("MY_PUBLIC_KEY", "MY_PRIVATE_KEY", "MY_API_KEY", "MY_LOGIN");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment