ここでは、全てのTiwtter APIの基礎を理解するのに役立つ情報が記載されています。まだ準備ができていない場合は、Developer Rules of the Roadを熟読するようにしてください。OAuthの項目も確認して、Twitterでは認証と承認がどのように行われるかもさらに勉強してください。
API OverviewHere are some resources that will help you understand the basics of all our APIs. If you haven’t already, make sure that you have familiarized yourself with the Developer Rules of the Road. Check out the OAuth section to learn more about how we do authentication and authorization. |
APIを使う上で、四つの主要な「オブジェクト」があります。: Tweetsオブジェクト、 Usersオブジェクト、 Entitiesオブジェクト (see also Entities in Objects)、Placesオブジェクトです。 これらオブジェクトの解説を参照し、Twitter IDs属性やPlace Attributes属性などのプロパティがどういった使い方をするものなのか学んでください。
API ObjectsThere are four main “objects” that you’ll encounter in the API: Tweets, Users, Entities (see also Entities in Objects), and Places. See the anatomy of these objects, and learn about properties like Twitter IDs or Place Attributes to know what to expect. |
SSLを使って Twitter API へ接続する, カーソル機能を使って取得結果を遷移する 、エラーコードと応答 といったベストプラクティスを確認し、最も効果的にAPIとやり取りする方法を学んでください。
Connecting to and navigating around the APIsCheck out our best practices around Connecting to Twitter API using SSL, Using cursors to navigate collections and Error Codes & Responses to learn how to most effectively interact with our APIs. |