[twitter-dev] TCL oAuth

2010-05-06 Thread Dustin
I currently have been working on an application under TCL to post my twitter timeline, direct messages, profile information and such (almost a full TCL app) for my IRC eggdrop bot. I've been using the Basic Authentication method and I've just read come 6/30 I won't be able to use this method any

Re: [twitter-dev] TCL oAuth

2010-05-06 Thread Dossy Shiobara
I have written an OAuth client in Tcl for Twitter Karma, but it's in no condition to open source at the moment. However, I can tell you that the sha1 package (for sha1::hmac) works, and the base64 package (for base64::encode) too. OAuth really isn't that hard to implement, really. And, from the

Re: [twitter-dev] TCL oAuth

2010-05-06 Thread Taylor Singletary
Can't help much with a TCL implementation, but once you've registered an application you can view the application record on dev.twitter.com and click on a button called My Access Token to get the access token and access token secret for your account from your application's perspective, which