似乎无法从TWTweetComposeViewController
获取推文ID。如果是这种情况,我是否应该以其他方式向用户发送推文,以便获取推文ID?
我需要它才能创建对推文的回复。
此外,是否可以在推文中添加推文ID?
答案 0 :(得分:0)
TWTweetComposeViewController
类只有以下公共属性/方法:
+ canSendTweet
– setInitialText:
– addImage:
– addURL:
– removeAllImages
– removeAllURLs
completionHandler
TWTweetComposeViewController Reference
所有用户的社交帐户信息(Facebook和Twitter)都存储在ACAccount
中。