Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Twitter library for smalltalk

I am new to smalltalk. I have some experience in java and I am looking forward to develop a twitter client in smalltalk (pharo environment). I have done this in java with the twitter4j library but I really have no clue about how to proceed with the same in smalltalk.

Is there a twitter library available for the smalltalk platform? Would polymorph be a good choice to develop the client?

like image 293
Vamsi Emani Avatar asked Jan 23 '26 03:01

Vamsi Emani


2 Answers

There is OAuth implementation in cloudfork project that might come handy:

http://blog.doit.st/2011/02/15/cloudforksso-openid-and-oauth-support-for-smalltalk/

like image 64
Davorin Ruševljan Avatar answered Jan 25 '26 12:01

Davorin Ruševljan


You should take a look at http://code.google.com/p/twitter-client/downloads/list or http://www.cincomsmalltalk.com/blog/blogView?entry=3448685967

While you're at it, it would be a good idea to put the code of a Twitter library on Squeaksource, with a Metacello configuration.

like image 27
Géal Avatar answered Jan 25 '26 11:01

Géal