Twitter Streaming API无效

时间:2013-08-19 00:46:30

标签: twitter-streaming-api

当我在终端上试试这个时:  curl https://stream.twitter.com/1.1/statuses/filter.json?delimited=length&track=twitterapi:

它返回此html文档:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Error 401 Unauthorized</title>
</head>
<body>
<h2>HTTP ERROR: 401</h2>
<p>Problem accessing '/1.1/statuses/filter.json?delimited=length'. Reason:
<pre>    Unauthorized</pre>

</body>
</html>

它应该返回大量的json数据,任何想法为什么会发生这种情况?

1 个答案:

答案 0 :(得分:0)

在使用大多数API之前,您必须使用twitter“登录”。

阅读Authentication & Authorization