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.
ユーザーのツイートをアプリ内から特定の形式で入力すると表示する小さなTwitterアプリがあります。
ただし、Twitterユーザーが自分のツイートを保護していても、それらのツイートはアプリに表示されたままです。ユーザーがツイートを保護していて、それらのツイートを表示していないかどうかを確認するためにユーザーについて確認できるフラグまたはパラメーターはありますか?
ありがとう。
返されたツイートには「保護された」変数があり、それを使用できます。
json: { "user": { "protected": false } } xml: <user><protected>false</protected><user>
私の答えがそれほど明確でない場合は、ページの下部にある例を確認できます。
http://dev.twitter.com/doc/get/statuses/home_timeline