<div class="usertext-body"><div class="md"><p>I'd like to write a
program (in Arc, which is a language on top of Racket) using the Twitter
API. I'd like to use a library for Twitter, if one exists. Does anyone know of one? I've looked on planet.racket-lang, and the only two twitter-related libraries I can find are one using <a href="http://planet.racket-lang.org/display.ss?package=twitter.plt&owner=jaymccarthy">Twitter Basic Authentication</a>, which has been disabled in favor of OAuth, and <a href="http://planet.racket-lang.org/display.ss?package=pltwitter.plt&owner=jaymccarthy">pltwitter</a>, which is a Twitter clone.</p>
<p>I'd rather not write a library myself, but I'll work on it if I have to. There is a library with <a href="http://planet.racket-lang.org/display.ss?package=webapi.plt&owner=ryanc">OAuth support</a>, but it implements OAuth v2, and Twitter uses OAuth v1. I'd appreciate pointers towards anything out there that could help me out. Thanks.</p>
<p></p><p>-Zachary Kanfer<br></p>
</div>
</div>