get-hatena-oauth-access-token - A simple script to obtain Hatena OAuth 1.0 access token
get-hatena-oauth-access-token consumer-key consumer-secret scope1,scope2,...
... where consumer-key and consumer-secret are tokens identifying your application, scope1, scope2, ... are Hatena OAuth scope names such as read_public
, write_private
, and so on.
OAuth for Hatena Services <http://developer.hatena.ne.jp/ja/documents/auth/apis/oauth> (In Japanese).
Wakaba (id:wakabatan) <wakabatan@hatena.ne.jp>, id:mechairoi, id:shiba_yu36.
Copyright 2010-2011 Hatena <http://www.hatena.ne.jp/>.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.