Why am I writing against the Twitter API directly?
Posted by: Wallace B. McClure,
on 24 Mar 2009 |
View original | Bookmarked: 0 time(s)
Yeah, so some of my friends asked me why I am not using a twitter library instead of calling the api directly. Yeah, I'm wondering that to. Seriously, the reason why I am doing that is that .net libraries to call out to twitter that I tried under VS 2008, did not work with Windows Azure. These libraries seemed to generate a security exception. Given azure's security requirements being a little more than regular asp.net, I decided to just drop the search for a library and make my...