Skip to content

Instantly share code, notes, and snippets.

@FraGoTe
Last active May 23, 2018 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FraGoTe/56f024a725ccccff335e28e8262a9aca to your computer and use it in GitHub Desktop.
Save FraGoTe/56f024a725ccccff335e28e8262a9aca to your computer and use it in GitHub Desktop.
<?php
$technorati = new Zend_Rest_Client('http://api.technorati.com/bloginfo');
$technorati->key($key);
$technorati->url('http://pixelated-dreams.com');
$result = $technorati->get();
echo $result->firstname() .' '. $result->lastname();
$technorati->getHttpClient()->setHeaders(
array('user' => 'uewirydjfhkjds22VVhdhZhd',
'timestamp' => 134383783
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment