Hi,
Since a few hours my calls to add users to an open site stream api via the add_user.json on the control stream are failing with “Unknown URL. See Twitter Streaming API documentation at http://dev.twitter.com/pages/streaming_api”. A sample URL where this occurs is “https://sitestream.twitter.com/2b/site/c/2_294288601052918918_fa835c37a1255e413e6b95c2fe8e263e/add_user.json”. Here is the full set of response headers I get back

“HTTP/1.1”, 401, “Authorization Required”,
[{“connection”, “close”},
{“date”,“Thu, 13 Mar 2014 01:14:59 GMT”},
{“content-length”,“102”},
{“content-type”,“text/html”},
{“x-transaction”,“dabf1fa95b0dd8a5e53a2b12bce4da95”}],
“Unknown URL. See Twitter Streaming API documentation at http://dev.twitter.com/pages/streaming_api\r\n\r\n

Thanks in advance,
Jebu

I am exactly in the same problem as replied to “REST API works but got Unauthorized with Streaming API” https://dev.twitter.com/discussions/26832 waiting to be approved

I tried to get users info by https://sitestream.twitter.com/1.1/site/c//info.json with OAuth header and got the same response from servers. Adding user by also got same reply.

To add users to the sitestream, I am using POST /1.1/site/c/:stream_id/add_user.json as documented on “Control Streams for Site Streams” Twitter API Documentation | Docs | Twitter Developer Platform

Thank you.

Same issue here. Added another discussion item (https://dev.twitter.com/discussions/26853) before I read this one.

Same issue here, we can’t add any user to the streams (401 on call to add_users.json) and we cannot receive information about them (also 401 on info.json).

Weirdest part is, when we try calling the endpoints from our own computers (with OAuth headers) the return is ok (at least for info.json).

It has been happening since yesterday.

Hi everyone. Thank you for the reports and for your patience. We believe that the issue has now been resolved. Please make sure to post here again if you continue experiencing this error.

Hi Arthur,
I confirmed the issue was resolved on my site. My apps are working fine now.
Thank you.

Same here, everything is back to normal, also https://dev.twitter.com/discussions/26686

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.