当前位置:  开发笔记 > 前端 > 正文

在目标C中使用twitter api

如何解决《在目标C中使用twitterapi》经验,为你挑选了2个好方法。

所以,twitter API的方法是"status/update":

URL:
http://twitter.com/statuses/update.format

Formats: 
xml, json, rss, atom 

HTTP Method(s):
POST

Requires Authentication (about authentication):
true

API rate limited (about rate limiting):
false

Parameters:

    * status.  Required.  The text of your status update. URL encode as necessary. Statuses over 140 characters will be forceably truncated.
    * in_reply_to_status_id.  Optional. The ID of an existing status that the update is in reply to.

你会如何用objective-c(iphone)调用这个方法?



1> Stephen Darl..:

您可能更喜欢使用已编写的Cocoa框架,而不是自己实现API.有一些,但最常用的(据我所知)是MGTwitterEngine.

如果您确实希望手动执行此操作,则可以使用NSURLConnection下载数据,然后使用解析输出所需的任何内容(NSXMLParser对于XML,对JSON来说有点难度).



2> stefanB..:

查看twitter或json到objective-c库与twitter通信这里有一个以iPhone SDK 2.2为例的JSON框架.

斯坦福在iTunes上有一个iPhone开发课程,他们正在开发Twitter应用程序,其中包括如何从Twitter获取数据的示例.谷歌周围.

推荐阅读
yzh148448
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有