Objective C twitter 客户端求助!

发布于 2024-11-04 23:55:29 字数 423 浏览 1 评论 0原文

我正在尝试更新我的应用程序 (iSocialNet) 以使用最新版本的 MGTwitterEngine,但没有成功。我已成功使用 Ben Gottlieb 的 Twitter+OAuth 使 iSocialNet 正常工作,但随之而来的是一些问题。

我想做的是制作自己的“TwitterEngine”,但我不知道从哪里开始。谁能指出我正确的方向吗?我必须警告你,我对 ObjC 的了解很少,但我已经做到了。任何帮助表示赞赏。

Twitter+OAuth 的问题是我无法在时间线中显示本机转发,提供的 MGTE 中没有转发功能,我无法获取一个人关注的所有用户,这正是我遇到的情况,所以远的。这就是为什么我需要更新 OAuth 附带的 MGTE 或者我需要实现我自己的引擎。我知道 OAuth 很棘手,但 MGTE 使用了一个我会使用的库。这是我不明白的对推特的实际讲话。

预先非常感谢

I'm trying to update my app (iSocialNet) to use the latest version of MGTwitterEngine without success. I've successfully got iSocialNet to work using Ben Gottlieb's Twitter+OAuth, but there are issues that come with it.

What I would like to do is make my own 'TwitterEngine' but I'm not sure where to start. Can anyone please point me in the right direction? I must warn you that my knowledge of ObjC is minimal, but I'm getting there. Any help is appreciated.

The problem with Twitter+OAuth is that I can't get native retweets to show in the timeline, there's no retweet feature in the MGTE supplied, I can't get all users that a person follows and that's just what I've encountered so far. This is why i need to either update MGTE which comes with OAuth or i need to implement my own engine. I know that OAuth is tricky, but there's a library that MGTE uses that I would use. It's the actuall speaking to twitter that I don't understand.

Many thanks in advance

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

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

发布评论

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

评论(2

姐不稀罕 2024-11-11 23:55:29

你可以尝试直接从 Twitter 上解析时间线,我也有同样的问题,我认为它可以解决转发问题,也可以从 Twitter 上解析关注者列表;)

You could try to parse the timeline directly off twitter, I have same problem and I think it may solve the retweet problem as well as parse the follower list off twitter too ;)

北斗星光 2024-11-11 23:55:29

我建议你在这里用 Ben Gottlieb 的 Twitter+OAuth 解释你的问题比实现一个新的 OAuth 引擎更好,这绝对不是微不足道的,而且如果你对 Objective-C 知识很少,它可能会让你失望!我们可以在这里并通过重用代码互相帮助。

I'd recommend you to explain your problems with Ben Gottlieb's Twitter+OAuth here better than implementing a new OAuth engine, that's absolutely not trivial and with little Objective-C knowledgement it could be disappointing for you! We can help each other here and by reusing code.

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