任意の場所の Twitter API からデータを取得する方法はありますか?
var sanFrancisco = ['79.86','12.62','80.28','13.21']
var stream = T.stream('statuses/filter', { locations: sanFrancisco })
stream.on('tweet', function (tweet) {
console.log(tweet)
エラーが発生します:
エラー: 不正な Twitter ストリーミング リクエスト: IncomingMessage
の Object.exports.makeTwitError (/home/file_upload/node_modules/twit/lib/helpers.js:74:13)
で 401。(/home/file_upload/node_modules/twit/lib/streaming-api-connection.js:95:29) で IncomingMessage.emit (events.js:117:20)
で _stream_readable.js:943:16
で process._tickCallback ( node.js:419:13)