私はサイトからサイトへ(ここから)頻繁に使用しているJQueryTwitterapiプラグインを持っています。最近新しいサイトにインストールしましたが、401エラーが発生します。
Failed to load resource: the server responded with a status of 401 (Unauthorized)
jsonp1342737708184({"error":"This method requires authentication.","request":"\/1\/statuses\/user_timeline.json\/?callback=jsonp1342737708184&include_rts=true&count=3&include_entities=true"})
エラーが参照している行は次のようになります。
at: function(tweet) {
return tweet.replace(/\B[@@]([a-zA-Z0-9_]{1,20})/g, function(m, username) {
return '<a target="_blank" class="twtr-atreply" href="http://twitter.com/intent/user?screen_name=' + username + '">@' + username + '</a>';
});
},
これにはOAuth認証と関係があると思いますが、スクリプトを更新する方法がわかりません。
誰かが以前にこの問題に遭遇したことがありますか?