Ravi Vyas
Ravi Vyas

Reputation: 12365

Javascript wrappers for Twitter

I am planning to build a JS based twitter client. Information about libraries/clients is pretty old on other SO Questions. I was wondering if anyone has come across wrappers other than Spaz and TwitterHelper.

Addition : Please note this will be client app which I also plan to run on mobiles using phonegap.

Thanks :-)

Upvotes: 1

Views: 570

Answers (2)

selfawaresoup
selfawaresoup

Reputation: 15832

I recently wrote an OAuth library for JavaScript that might help you. You can find it here:

http://bitbucket.org/techpriester/oauthentica.js

There's also some example documentation on how to extend it for use with Twitter:

http://bitbucket.org/techpriester/oauthentica.js/wiki/HowToExtend

Upvotes: 1

Anurag
Anurag

Reputation: 141859

See Anywhere, an official Twitter Javascript library. Full documentation here.

Upvotes: 1

Related Questions