venner - almost there

2008-06-08 @ 12:08#

this morning i was able to whip u a simple client that can post to all four micr-message services i have an account with (FriendFeed, Twitter, Pownce, Jaiku). took a bit of effort. Pownce and Twitter did not like the default authentication pattern built into the .NET libraries. i had to 'hand-craft' an Authorization header using the proper credentials and tack that on to the request. FriendFeed and Jaiku handled the standard auth just fine.

all is cool now - expect i'm not seeing my posts (from this client) on Jaiku. could be a delay, but i doubt it. must be something else is not right. i'm off for the afternoon, but will dig into it this evening.

almost...

code