PDA

View Full Version : oAuth


Keltoi
04-27-2009, 04:58 PM
hey all...

I need to do some authentication via oAuth in classic ASP, unfortunatly I can't seem to find any pointers or examples online. Anyone know where to look or can help with an example?

Not that it particularly matters, but I'm ultimatly looking to authenticate and post to twitter. I can do it using basic auth but at some point they'll be removing this and I don't want to be caught out...

Many thanks

Justin

esjaydee
04-17-2010, 02:24 AM
I know this post is a year old but better late than never...

http://scottdesapio.com/VBScriptOAuth/

Not a twitter library but rather a true VBScript OAuth interface. The documentation uses twitter in example code to do exactly what you're looking for though.