开发者

Twitter Service Proxy in C#

Does anyone know of a Twitter service proxy in particular, or a general-purpose REST service proxy that I could install on my o开发者_开发问答wn server, written in C#?

The point here is to direct Twitter service queries to my service that are passed-through to Twitter.


Check out this project on codeplex LNQ to Twitter, it might be of some help.


This actually turned out to be very simple with an ASP.NET MVC application. I'm using a ControllerAction that accepts a POST and the URL to request as a parameter. A jQuery $.ajax() call sends the request to the Action. The ControllerAction opens a WebRequest to the URL passed in the POST, and forwards the result back to the client using Content().

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜