Skip to content

Instantly share code, notes, and snippets.

@esseguin
Created August 10, 2012 02:01
Show Gist options
  • Save esseguin/3310332 to your computer and use it in GitHub Desktop.
Save esseguin/3310332 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");
$response = $bitly->getShortenedUrl("http://mashape.com/docs/consume/php");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment