Twitter Service Proxy in C#
        Posted  
        
            by Dave Swersky
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dave Swersky
        
        
        
        Published on 2009-11-20T03:01:03Z
        Indexed on 
            2010/04/09
            17:43 UTC
        
        
        Read the original article
        Hit count: 388
        
Does anyone know of a Twitter service proxy in particular, or a general-purpose REST service proxy that I could install on my own server, written in C#?
The point here is to direct Twitter service queries to my service that are passed-through to Twitter.
© Stack Overflow or respective owner