My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
example  

Featured
Updated Mar 19, 2010 by cwsh...@gmail.com

This is a simple example

Details

require('Plurk.php');

$params =  array('api_key'=>'xxx','username'=>'xxx','password'=>'xxx','lang'=>'tr_ch');
$plurk = new Plurk($params);

$_result = $plurk->getOwnProfile();

print_r($_result);
print_r($plurk->responses);

Sign in to add a comment
Powered by Google Project Hosting