Twitter APIで遊んでみました。oauth プロセスを実行しましたが、user_timeline を取得しようとすると、空の配列が返されます (ただし、認証エラーはなく、http 応答は 200 です)。これが発生する理由は何ですか?
これは私が得る http 応答です (すべての oauth データを削除しました...)
{'status': '200', 'x-ratelimit-remaining': '337', 'content-location': u'http://api.twitter.com/1/statuses/user_timeline.json?oauth_body_hash=....', 'x-transaction': '346e76fdbb36e2d8', 'set-cookie': 'guest_id="v1:134652550000237401"; Expires=Mon, 1-Sep-2014 18:51:40 GMT; Path=/; Domain=.twitter.com, lang=en', 'expires': 'Tue, 31 Mar 1981 05:00:00 GMT', 'x-access-level': 'read-write', 'content-length': '2', 'server': 'tfe', 'last-modified': 'Sat, 01 Sep 2012 18:51:40 GMT', 'x-ratelimit-limit': '350', 'pragma': 'no-cache', 'cache-control': 'no-cache, no-store, must-revalidate, pre-check=0, post-check=0', 'date': 'Sat, 01 Sep 2012 18:51:40 GMT', 'x-frame-options': 'SAMEORIGIN', 'content-type': 'application/json;charset=utf-8', '-content-encoding': 'gzip', 'x-ratelimit-class': 'api_identified', 'x-ratelimit-reset': '1346526376'}
ただし、コンテンツは単なる空の配列です (json 形式)
ありがとう。