views:

2051

answers:

5

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

A: 

I wrote my own.

Daniel A. White
Care to share? :-P
Martijn
Its dirty and it has some propietary db code. I just basically used the get/post urls.
Daniel A. White
-1 : Dont understand why this was marked as an answer, even if it is the OP.
Sailing Judo
A: 

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

the url is not resolving...
balexandre
A: 

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

Ariel
A: 

Please have a look at the following:

http://code.google.com/p/twitter-oauth-in-classic-asp/
http://groups.google.com/group/twitter-oauth-in-classic-asp

Best regards

Andre

andrebruton
-1 it says nothing, no method is implementing ASP: "Functions that need to be modified have the original PHP script still embedded." in other words: ALL Methods !
balexandre
+1  A: 

http://scottdesapio.com/VBScriptOAuth/

Not a twitter library but rather a true VBScript OAuth interface. That help?

Scott DeSapio