Skip to content

Instantly share code, notes, and snippets.

@0mg
Created August 22, 2012 10:22
Show Gist options
  • Save 0mg/3424180 to your computer and use it in GitHub Desktop.
Save 0mg/3424180 to your computer and use it in GitHub Desktop.
@0mg Twitter エラー

@0mg Twitter エラー

Twitter に @0mg でログインした際、一部の API がエラーを返す。(2012 年 8 月 22 日現在)

HTTP Status機能API
http://api.twitter.com
JSON
500 Internal Server Errorダイレクトメッセージ(受信)一覧 /1/direct_messages.json{"errors":[{"message":"Internal error","code":131}]}
ダイレクトメッセージ(送信)一覧 /1/direct_messages/sent.json
作成したリスト一覧 /1/lists.json
「作成したリスト+購読中のリスト」一覧 /1/lists/all.json
リツイートしたツイート一覧 /1/statuses/retweeted_by_me.json
リツイートされたツイート一覧 /1/statuses/retweets_of_me.json
bootstrap_data/account/bootstrap_data

JSON に @0mg のアカウント情報が含まれている場合に限り…

  • フォロー中のユーザー一覧
  • フォロワー一覧
  • /1/statuses/friends.json
  • /1/statuses/followers.json
200 OKホームタイムライン /1/statuses/home_timeline.json省略
@ツイート一覧 /1/statuses/mentions.json
お気に入りツイート一覧 /1/favorites.json
フォロー中のユーザーによるリツイート一覧 /1/statuses/retweeted_to_me.json
ブロック中のユーザー一覧 /1/blocks/blocking.json
API残り回数 /1/account/rate_limit_status.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment