There's been a bit of drama over at the Classic ASP VBScript OAuth board regarding twitter's recent API URL changes. All is well now as the project has been updated and a new example project zip uploaded.
Essentially, it boils down to some Constant URL changes in one of the files. You can read more about it and download the latest version at the Classic ASP VBScript OAuth site.
Notes-to-self and other scattered ramblings about writing code and drinking lots of coffee.
Showing posts with label classic asp. Show all posts
Showing posts with label classic asp. Show all posts
Saturday, November 03, 2012
Sunday, April 18, 2010
Classic ASP VBScript OAuth
FINALLY. VBScript OAuth with example project!
Check it out here: Classic ASP VBScript OAuth
OAuth is hard. I don't care if you're the greatest engineer on Earth, at first glance OAuth is a WTF moment. Having a slew of Classic ASP sites to maintain, and no luck finding any help in the VBSCript OAuth department, I dove in to the HELL that is OAuth. When I'd finally emerged, although scarred for life, I had a full fledged OAuth implementation... done entirely in VBScript... OK, not entirely... but mostly no doubt.
Check it out here: Classic ASP VBScript OAuth
Tuesday, December 25, 2007
Response.Expires = -1 not working
Forget -1. Really. Just forget it.
Response.ExpiresAbsolute = #2000-01-01#
Response.AddHeader "pragma", "no-cache"
Response.ExpiresAbsolute = #2000-01-01#
Response.AddHeader "pragma", "no-cache"
Copy, paste, done.
Subscribe to:
Posts (Atom)