Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 Base64Encoder
com.swfjunkie.tweetr.utils A utility class to encode a String or ByteArray as a Base64 encoded String.
 CursorData
com.swfjunkie.tweetr.data.objects Cursor Data Object
 DataParser
com.swfjunkie.tweetr.data Static Class doing nothing more than Parsing to Data Objects
 DirectMessageData
com.swfjunkie.tweetr.data.objects Direct Message Data Object
 ExtendedUserData
com.swfjunkie.tweetr.data.objects Extended User Data Object
 HashData
com.swfjunkie.tweetr.data.objects Hash Data Object
 IOAuth
com.swfjunkie.tweetr.oauth Interface for the OAuth Class
 ListData
com.swfjunkie.tweetr.data.objects List Data Object Class
 OAuth
com.swfjunkie.tweetr.oauth OAuth Authentication Utility - requires the as3crypto library to work.
 OAuthEvent
com.swfjunkie.tweetr.oauth.events Event Class Description
 RelationData
com.swfjunkie.tweetr.data.objects Object Class Description
 SavedSearchData
com.swfjunkie.tweetr.data.objects Saved Search Data Object
 SearchResultData
com.swfjunkie.tweetr.data.objects Search Results Data Object
 StatusData
com.swfjunkie.tweetr.data.objects Twitter Status Data Object
 TrendData
com.swfjunkie.tweetr.data.objects Trends Data Object
 TweetEvent
com.swfjunkie.tweetr.events Tweeter Event Class
 Tweetr
com.swfjunkie.tweetr Tweetr contains all twitter api calls that you need to create your own twitter client or application that uses twitter.
 TweetUtil
com.swfjunkie.tweetr.utils Various Tweeter Helper Methods
 URLShortener
com.swfjunkie.tweetr.utils URL Shortener Class using http://is.gd/ public service
 URLUnshortener
com.swfjunkie.tweetr.utils URL Unshortener Class using http://untiny.me/ public service For a list of supported services see http://untiny.me/api/1.0/services/
 UserData
com.swfjunkie.tweetr.data.objects User Data Object