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

您现在的位置是:虫虫源码 > 其他 > 推特as3框架

推特as3框架

  • 资源大小:4.56 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

This is a simple Twitetr API > --- > To use your account ``` var t : Twitter = new Twitter(); // Log in with your account t.logIn( "username" , "pmypassword" ); // To know when the login is complete t.addEventListener( TwitterResponseEvent.LOGIN_SUCCESS, success ); function success( e:TwitterResponseEvent ):void { // To twitt t.twitt( "My new statut" ); // To delete last twitt t.untwitt(); // To follow a friend t.follow( "blanchonvincent" ); // To unfollow a friend t.unfollow( "blanchonvincent" ); } ``` > You can add eventListener on twitt(), follow(), etc ... : ``` function success( e:TwitterResponseEvent ):void { // To twitt t.twitt( "My new statut" ); t.addEventListener( TwitterResponseEvent.TWITT_SUCCESS, twittSuccess ); t.addEventListener( TwitterResponseEvent.TWITT_ERROR, twittError ); // To follow a friend (use ID) t.foll

文 件 列 表

as3twitter
.DS_Store
fr
VIP VIP
0.174400s