如何在 iPhone 上的 Twitter 中获得回复和转发

发布于 2024-11-07 08:45:25 字数 362 浏览 0 评论 0原文

如何使用 sa oauth 引擎从 twitter 获取回复和转发。我的意思是使用哪种 twitterengine 委托方法来获取这些内容。我将其用于推文

- (void)statusesReceived:(NSArray *)statuses forRequest:(NSString *)connectionIdentifier

,将其用于消息。

- (void)directMessagesReceived:(NSArray *)message forRequest:(NSString *)connectionIdentifier

但无法弄清楚哪个方法返回回复和转发

how to get the replies and retweets from twitter using sa oauth engine.i mean which twitterengine delegate method is used to get these.i use this for tweets

- (void)statusesReceived:(NSArray *)statuses forRequest:(NSString *)connectionIdentifier

and this for messages.

- (void)directMessagesReceived:(NSArray *)message forRequest:(NSString *)connectionIdentifier

but cant figure out which method returns replies and retweets

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深居我梦 2024-11-14 08:45:25

最后我找到了一个解决方案,在 twitterengine with retweet 上有一个更新

其中还包括转发和回复。转发、回复和时间表在 statusesReceived 函数本身中接收

finally i found a solution to that,there is an update for the mgtwitterengine at

twitterengine with retweets

which includes retweets and replies also.retweets,replies and timeline is received in the statusesReceived function itself

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文