热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

哪个是Actionscript最好的Twitterapi库?-WhichisthebestTwitterapilibraryforActionscript?

NewtotheTwitterAPI,butneedtochoosebetween3differentActionscriptlibrariesavailablefor

New to the Twitter API, but need to choose between 3 different Actionscript libraries available for the Twitter API.

Twitter API新手,但需要在Twitter API中选择3种不同的Actionscript库。

Has anyone used either:

有没有人使用过:

  • TwitterScript
  • SWX Twitter
  • Tweetr

What are the pros and cons of each?

各自的优点和缺点是什么?

1 个解决方案

#1


0  

I recently used Tweetr. I don't know if I can recommend it. Here's why:

我最近用过Tweetr。我不知道我是否可以推荐它。原因如下:

1) - I don't think the events are specific enough. In his example code, every OAuth event is listened to by either an OAuthComplete or OAuthFail method. The same goes for Twitter events. I would have liked for the events to have more specific details so that I could handle them better.

1) - 我认为事件不够具体。在他的示例代码中,每个OAuth事件都由OAuthComplete或OAuthFail方法监听。 Twitter事件也是如此。我希望事件能有更具体的细节,以便我能更好地处理它们。

2) - It uses a PHP 5 proxy that requires mod-rewrite to be installed on the server. I'm running a project on an IIS machine that has an alternative to mod-rewrite, but I can't get the proxy working. However, when I tried installing it on a separate Apache machine with mod-rewrite, it still doesn't fully work. I've spent the better part of the last 6 hours trying to get working, and am now exploring alternate libraries.

2) - 它使用PHP 5代理,需要在服务器上安装mod-rewrite。我正在IIS机器上运行一个项目,它可以替代mod-rewrite,但是我无法让代理工作。但是,当我尝试在具有mod-rewrite的单独Apache机器上安装它时,它仍然无法完全正常工作。在过去的6个小时里,我花了大部分时间努力工作,现在正在探索备用库。

3) I followed his tutorial verbatim, and although I could connect to Twitter and fetch user info, I couldn't actually change my status. I didn't need that functionality for this project, but many other people do.

3)我按照他的教程逐字逐句,虽然我可以连接到Twitter并获取用户信息,但实际上我无法改变我的状态。我不需要这个项目的功能,但很多其他人都这样做。

I'm actually looking at using this library for Flex (http://www.coderanger.com/blog/?p=59) but from within Flash.

我实际上正在考虑将这个库用于Flex(http://www.coderanger.com/blog/?p=59),但是来自Flash。


推荐阅读
author-avatar
手机用户2602896875
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有