I was lookin at maybe doing Out-of-band/PIN Code Authentication.
However, I don't see much documentation on how to go about doing this.

On May 6, 4: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