The Artima Developer Community
Sponsored Link

Agile Buzz Forum
About the Twitter Code

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
About the Twitter Code Posted: Nov 19, 2009 4:33 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: About the Twitter Code
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

I received an email overnight asking about porting the Twitter code I've been working on to other Smalltalk implementations. That's fine with me - I'm perfectly happy to see it ported to as many Smalltalk impementations as possible :)

In the implementation, there are a handful of dependencies on base VW/OS libraries, or libraries currently specific to VW/OS:

  • HTTP Access - in class TwitterHttpAPI, the Http calls obviously use the network interface provided in Cincom Smalltalk
  • The library uses JsonReader, a library initially ported from Squeak, and then modified
  • The library uses a handful of convenience methods in a package called NetworkAppUtilities. Those should be easy to port as well - it's stuff like handling Timestamps from the Unix epoch (instead of the Smalltalk one)

What's missing? An OAuth implementation. I'd be very pleased to see that done. I plan to go back to taking a look at it, but having an OAuth library in Smalltalk would be generally useful.

Technorati Tags: ,

Read: About the Twitter Code

Topic: The New Revealed Life Previous Topic   Next Topic Topic: Losing Control

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use