ASP Twitter
ASP Twitter Library is a small script package written in Classic ASP (VBScript) to allow you update, retrieve, format and display your tweets and twitter profile within your Classic ASP application. The idea behind this script is to help Classic ASP developers to integrate their application with twitter, simply like twitter tools for wordpress developers.
Currently only support few methods:
- Twitter REST API user show (ref function: aspTwitterUserDetail), allow you to get your detail profile in twitter
- Twitter REST API user timeline (ref function: aspTwitterGetUserTimeline) allow you to get your most recent twitter status
- Twitter REST API statuses update (ref function: aspTwitterUpdateStatus) allow you update twitter status within your asp page
- Twitter REST API friends statuses (ref function: aspTwitterGetUserTimeline) allow you to get you and friends recent statuses
Also added couple common functions used in twitter:
- Autolink, turn valid url format at your twitter status text into clickable link
- Short URL (redirection URL) class, allow you to create short url on the fly within your asp page. currently support: tinyurl, is.gd, bit.ly, hex.io (default: tinyurl)
License
ASP Twitter Library licensed under GNU LESSER GENERAL PUBLIC LICENSE, means you free to do anything but keep the copyright notice and a copy of LGPL license. for more informations please see http://www.gnu.org/licenses/lgpl.html
Download
You can download here, download comes in .rar format.
TO DO
Implementing Twitter API search in RSS/ATOM format since many of you asking for that
Addition and Modifications
If you find any bugs, or made any modifications, features additions and you think that it is useful for future release of this library please shoot me at webmaster . at . asp.web.id, i will update the files and adding your contributions notice.
