エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
はてなブックマークの OAuth 対応 API 利用サンプル。 Run | $ perl consumer.pl daemon | and access http://localhost:3000/.
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
はてなブックマークの OAuth 対応 API 利用サンプル。 Run | $ perl consumer.pl daemon | and access http://localhost:3000/.
consumer.pl ��� 0V �� 0V #!/usr/bin/perl use strict; use warnings; use utf8; use Mojolicious::Lit... consumer.pl ��� 0V �� 0V #!/usr/bin/perl use strict; use warnings; use utf8; use Mojolicious::Lite; use OAuth::Lite::Consumer; use XML::Atom::Feed; use XML::Atom::Entry; use URI::Escape qw/uri_escape_utf8/; use Encode qw/decode_utf8/; my $origin = 'http://localhost:3000'; my $consumer_key = '__consumer_key__'; my $consumer_secret = '__consumer_secret__'; my $consumer = OAuth::Lite::Consumer->new(