js + phpのlitte localhostアプリケーションで自分のtwitを読んでみたいです。
私はdevのアカウントを作成することで、私の4つのキーを持って、私はapi.twitter.com/1/statuses/user_timeline.json?screen_name=myNameでJSONを読み込む方法を知っているが、原因制限レートに私はユーザーストリーム(https://dev.twitter.com/docs/streaming-api/user-streams)twitterのユーザーストリームapier
を行う必要があります。
'consumer_key' => '*****',
'consumer_secret' => '*****',
'user_token' => '*******',
'user_secret' => '******',
ので、私はこのhttps://github.com/themattharris/tmhOAuth/blob/master/examples/userstream.php
- 私MAMP(またはWAMPまたはLAMP)を実行
- libがダウンロード てみてください
- 例を開いて、私の鍵を入れてください
- ページに行く
- 何もありません。ブラウザローダーを除きます。
なぜこのような形ですか?
- これはローカルホストのためですか?
- またはパラメータがありません?
- または新しいツイートの制限?