Link to info and screenshot
Direct link to cab
Here's the second basic4ppc app I'm coding, this time with the oh so fabulous blist control
I miss a couple thing for future development, if anyone's able to help it would be greatly appreciated!
1- a conveniente way to use oAuth (it's the new and preferred way for twitter to authenticate users, based on token exchange instead of login/pass). It basically comes down to a few requests/responses back and forth between the client and the server, and sha1 encoding for signing your requests.
2- "multipart/form-data" uploading for integration with twitpic. I found some old threads in the forum but no real solution so far. Working on it..
Direct link to cab
Here's the second basic4ppc app I'm coding, this time with the oh so fabulous blist control
I miss a couple thing for future development, if anyone's able to help it would be greatly appreciated!
1- a conveniente way to use oAuth (it's the new and preferred way for twitter to authenticate users, based on token exchange instead of login/pass). It basically comes down to a few requests/responses back and forth between the client and the server, and sha1 encoding for signing your requests.
2- "multipart/form-data" uploading for integration with twitpic. I found some old threads in the forum but no real solution so far. Working on it..