Entries from 2011-10-03 to 1 day

yolpのlocalsearchの説明が悪い

http://developer.yahoo.co.jp/webapi/map/openlocalplatform/v1/localsearch.html リクエストパラメータ一覧のとこにはappidにしか必須がついてないのに 下の方に API使用上の注意 appid以外に緯度経度(lat,lon),uid,cid,query,acのいずれかのパラメータが…

oauth::lite2::client::webserver簡単で嬉しい

なーと思いました。まぁもともとそんな複雑な仕組みじゃないけどfoursquareのaccess_tokenをひっぱってくるとき こういうのを書いた。 use strict; use warnings; use OAuth::Lite2::Client::WebServer; use Plack::Request; my $client = OAuth::Lite2::Cli…