如何将 Twitter 时间线添加到 iPhone 应用程序?

发布于 2024-10-13 06:30:00 字数 260 浏览 1 评论 0原文

我已经能够使用 mgtwitter 引擎和 oauth 实现 twitter 状态更新,我的问题是获取用户时间线并将其放入表视图中。我知道我需要通过 Twitter API 获取信息并解析它以将其放入表格中。

我在互联网上搜索过,找不到我想做的事情的明确路径,任何帮助都会很棒。我并不是在寻找某人来解决问题,而是在寻找明确指示的情况下推动正确的方向。

预先感谢您提供的任何帮助;-)

我忘了说我正在构建一个 iPhone 应用程序,该教程看起来不起作用:-s

i have already been able to implement twitter status updates using mgtwitter engine and oauth, my problem is getting the users timeline and putting it into a table view. i know i need to get the information through the twitter api and parse it to be put into a table.

i have searched the internet and can not find a clear path to what i want to do, any help would be great. i am not looking for someone to solve the problem, more of a push in the right direction with clear instructions.

thanks in advance for any help provided ;-)

i forgot to say im building an iPhone app, that tutorial doesnt look like it would work :-s

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

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

发布评论

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

评论(2

避讳 2024-10-20 06:30:00

从你的问题中我不确定你到底想要实现什么目标。 Choise 的上述回答是中肯的建议。不过,如果您想要的只是在表格中显示 twitter 时间线,您可以使用 UIWebView 和预构建的 twitter 聚合器更简单地实现这一点。我推荐这样的东西:

http://www.dustindiaz.com/twitter-widget-doc

虽然我会首先联系开发人员,以确保他们同意我在我的应用程序中使用它。

如果您确实使用类似的东西,为了让它工作,您需要将 .js 文件包含在 xcode 的 Copy Bundle 资源文件夹中。快速谷歌(甚至搜索本网站)应该会提供所需的建议。祝你好运!

I'm not sure from your question exactly what you want to achieve. The above answer from Choise is solid advice. though if all you want is a twitter timeline displayed in a table you could achieve this more simply with a UIWebView and a pre-built twitter aggregator. I'd recommend something like this:

http://www.dustindiaz.com/twitter-widget-doc

though I'd contact the developer first off to make sure they were fine with me using it in my application.

If you do use something of this ilk, to get it to work you need to include the .js file in the Copy Bundle resources folder in xcode. A quick google (or even search of this site) should provide the required advice. Good luck!

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