Hello Brian,
Ok, here's my twitter implementation :
http://eden.fm/2011/02/27/twitter-library-for-delphi/
It is very generous to make it OpenSource. Thanks a lot.
There is still one big issue with your code: it make use of a modified ICS
unit. Using a modified version make it almost impossible to use to build a
program using ICS for other things.
I checked you modified unit (HTTP Client) and it has a lot of changes
compared to mine. Most of the changes are because you started from an old
version and is not related to your code. As far as I can see, you have done
only one change: you have added a new ExtraSendHeader property to send one
header line.
You can achieve the exact same behaviour without modifiyng the component by
using the OnBeforeHeaderSend event and just add your header line to the
Headers argument. This is really a minor change in your code !
Best regards,
--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be