http://oq.la/ temp/

create oquno's favorites

show results at oquno's favorites page.
useful greasemonkey script here.

input status id
or status permalink
OAuthRequest($url,"POST",array()); echo "maybe made id:".$id." favourite\n"; } } if(preg_match('/^\d+$/', $_GET["id"])) { favorite($_GET["id"]); }elseif(preg_match('/\/(\d+)$/', $_GET["url"], $match)){ favorite($match[1]); }else{ if($_GET["id"] OR $_GET["url"]) echo "failed to favorite status. please give correct id parameter."; //else // echo "hoge"; } ?>