をTwitterのAPIを使用して、TwitterのAPIは、メソッド "ステータス/更新" を持っている:だから、客観Cで
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)でこのメソッドを呼び出すでしょうか?
json(または他の)ライブラリを使ってTwitterサーバーと通信しているのですか、手動でURLを作成しようとしていますか? – stefanB
iPhone用のすてきなツイッターライブラリがあります。 google! –
Oauthを使用する素晴らしいtwitterライブラリはありません。あなたがMGTwitterEngineについて話しているなら、それはOAuthを使用していません、それは今twitterが必要としているものです。 – sol