エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
ここにツイート内容が記載されますhttps://b.hatena.ne.jp/URLはspanで囲んでください
Twitterで共有ONにすると、次回以降このダイアログを飛ばしてTwitterに遷移します
// oauth.js sha1.js // http://oauth.googlecode.com/svn/code/javascript/ var clientInfo = { name: ...// oauth.js sha1.js // http://oauth.googlecode.com/svn/code/javascript/ var clientInfo = { name: 'Client Name' } var accessor = { consumerKey: 'registered consumerKey', consumerSecret: 'registered consumerSecret' }; var client = newTwitter.Client(clientInfo, accessor); client.addEventListener('unauthorized', function(e) { client.requestToken(function() { location.href = client.getAuthorizeURL();