vote up 1 vote down star
1

Does of anyone know of any Classic ASP (VBScript) Twitter libraries? Thanks.

flag

79% accept rate
people are still using classic ASP? zomg – Orion Edwards Mar 19 at 23:49
Yes. We are. :-) – Optimal Solutions Jun 3 at 2:55
I am still using it for some projects because i have already application legacy written in VBScript – chazzuka Sep 28 at 10:21

3 Answers

vote up 0 vote down check

I wrote my own.

link|flag
Care to share? :-P – Martijn Apr 1 at 20:59
1  
Its dirty and it has some propietary db code. I just basically used the get/post urls. – Daniel A. White Apr 1 at 21:28
vote up 0 vote down

Made one in VbScript as well http://sitejunction.awardspace.com/vbscript_tweets/

link|flag
the url is not resolving... – balexandre Sep 28 at 10:38
vote up 0 vote down

I write my own Twitter API implementation with VBScript, http://asp.web.id/asp-twitter

it is currently support

  • user show
  • user timeline
  • friends timeline
  • statuses mentions
  • statuses update

and i am intend to add more implementation of api methods especially for twitter search

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.