Using TWTweetComposeViewController(but , simple tweet method only) for Air Native Extension in iOS.
import jp.sikisize.TWTweetComposeExtension;
var _ane:TWTweetComposeExtension = new TWTweetComposeExtension();
if(_ane.canSendTweet()){
//_ane.setTweetViewWithText("test!");
_ane.setTweetViewWithTextAndURL("test!" , "http://www.google.com");
}
When Support Adobe AIR for iOS6 , add Facebook post function.