I don't think going about using my access token would be a viable
solution as I have no way of keeping those tokens secret.

On May 6, 4:58 pm, Taylor Singletary <taylorsinglet...@twitter.com>
wrote:
> 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
> simplifies the "I just need my access token" use case considerbly.
>
> Taylor Singletary
> Developer Advocate, Twitterhttp://twitter.com/episod
>
>
>
> On Thu, May 6, 2010 at 2:48 PM, Dossy Shiobara <do...@panoptic.com> wrote:
> > 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 sounds
> > of it, you don't even need a full OAuth consumer implementation, just a
> > working access token for your account - perhaps there's a simple utility
> > out there that you can feed your consumer key and secret into and have
> > it output your access token that you can then use.
>
> > On 5/6/10 5:01 PM, Dustin wrote:
> > > 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 longer. Has anyone come across an oAuth
> > > library for TCL that I can look into using so I can continue to work
> > > on this project of mine and not have it die when the Basic Auth method
> > > dies here soon?
>
> > > If you are interested in what I have ATM, my code can be found here:
>
> >http://github.com/demonicpagan/Stormbot-TCL-Twitter-Module/blob/maste...
>
> > > Any help for the conversion will be greatly appreciated.
>
> > --
> > Dossy Shiobara              | do...@panoptic.com |http://dossy.org/
> > Panoptic Computer Network   |http://panoptic.com/
> >  "He realized the fastest way to change is to laugh at your own
> >    folly -- then you can let go and quickly move on." (p. 70)

Reply via email to