首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > friendfeed-as3

friendfeed-as3

  • 资源大小:43.33 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: api as3 flex Service REST Air FriendFeed

资 源 简 介

![](http://friendfeed.com/static/images/logo-small.png) Actionscript 3 implementation An Actionscript 3 wrapper for the Friendfeed API with a sample AIR application. This script is based on the great twitter API TwitterScript Usage: ```as var friendFeed:FriendFeed = new FriendFeed("nickname", "remotekey"); friendFeed.addEventListener(FriendFeedEvent.ONPUBLICFEED_RESULT, function(e:FriendFeedEvent):void { trace("Number of Entries:", e.data.length); for (var i:String in e.data) { var entry:Entry = (e.data[i] as Entry); trace(entry.user.name, entry.title, entry.published); } }); friendFeed.loadPublicFeed(); ``` FriendFeedClient It"s a simple AIR application that make calls using the AS3 API

文 件 列 表

FriendFeedAS3
FriendFeedClient
src
VIP VIP
0.208687s