그래서, 트위터 API는 방법 "상태/업데이트"가 있습니다목적 C의 트위터 API를 사용하여
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.
어떻게 목표 - C (아이폰)이 메소드를 호출 할 것입니까?
json (또는 기타) 라이브러리를 사용하여 트위터 서버와 통신 중이거나 수동으로 URL을 만드시겠습니까? – stefanB
이미 아이폰을위한 멋진 트위터 라이브러리가 있습니다. 구글! –
Oauth를 사용하는 멋진 twitter 라이브러리는 없습니다. MGTwitterEngine에 대해 말하면 OAuth를 사용하지 않으며 트위터가 지금 요구하고있는 것입니다. – sol