Twitterizer Streaming API Public Stream

浪尽此生 提交于 2019-12-11 06:23:07

问题


I have been trying to get the public status message using the Twitterizer streaming API but unable to perform. I used the code below but it doesn't work. The sample code only provide user stream method works but not for public stream. My code below:-

stream.StartPublicStream(streamErrorCallBack, tweetCreated, deletedCallBack, eventCallBack);

Thanks.


回答1:


Not sure what you are trying to achieve but if you have a look at http://thewayofcode.wordpress.com/tag/json/ you will find a complete public stream example.



来源:https://stackoverflow.com/questions/11895304/twitterizer-streaming-api-public-stream

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!