flash - Which is the best Twitter api library for Actionscript? -
new twitter api, need choose between 3 different actionscript libraries available twitter api.
has used either:
- twitterscript
- swx twitter
- tweetr
what pros , cons of each?
i used tweetr. don't know if can recommend it. here's why:
1) - don't think events specific enough. in example code, every oauth event listened either oauthcomplete or oauthfail method. same goes twitter events. have liked events have more specific details handle them better.
2) - uses php 5 proxy requires mod-rewrite installed on server. i'm running project on iis machine has alternative mod-rewrite, can't proxy working. however, when tried installing on separate apache machine mod-rewrite, still doesn't work. i've spent better part of last 6 hours trying working, , exploring alternate libraries.
3) followed tutorial verbatim, , although connect twitter , fetch user info, couldn't change status. didn't need functionality project, many other people do.
i'm looking @ using library flex (http://www.coderanger.com/blog/?p=59) within flash.
Comments
Post a Comment