Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iPhoneアプリでTwitterを使用しています(ios 4なので、組み込みのフレームワークではありません..)
Twitter API ドキュメントを検索しましたが、見つかりません。ユーザーの背景画像を取得するにはどうすればよいですか?
次の URL に GET リクエストを送信し、JSON を解析します。profile_background_image_urlあなたはエンティティを探しています。
profile_background_image_url
https://api.twitter.com/1/users/show.json?screen_name=__some_username__&include_entities=true
詳細はこちら: https://dev.twitter.com/docs/api/1/get/users/show