エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
require "oauth" consumer_key = "YOUR_KEY" consumer_secret = "YOUR_SECRET" consumer = OAuth::Consu... require "oauth" consumer_key = "YOUR_KEY" consumer_secret = "YOUR_SECRET" consumer = OAuth::Consumer.new consumer_key, consumer_secret, site: "https://api.twitter.com" request_token = consumer.get_request_token puts "Please visit here: #{request_token.authorize_url}" STDERR.print "Then put your PIN: " access_token = request_token.get_access_token oauth_verifier: gets.chomp puts "Token: #{access_to