Difference between revisions of "C4LN 2012: Intro to the Twitter API"
From Code4Lib
Shadowspar (Talk | contribs) (+presenter info) |
Shadowspar (Talk | contribs) (+beginning details) |
||
| Line 2: | Line 2: | ||
== API Overview == | == API Overview == | ||
| + | |||
| + | * https://dev.twitter.com/ is API central. | ||
| + | * https://dev.twitter.com/docs | ||
| + | |||
| + | |||
| + | === Parts === | ||
| + | |||
| + | The twitter API breaks down into three main areas | ||
| + | * the REST API (query→response based access) | ||
| + | * the Streaming API (drinking from the firehose) | ||
| + | * the Search API (just like it says on the tin) | ||
| + | |||
| + | |||
== Find your library == | == Find your library == | ||
| + | |||
| + | == Creating a new app == | ||
| + | |||
| + | * https://dev.twitter.com/apps/new | ||
| + | * sign in with your twitter account | ||
| + | |||
| + | * https://dev.twitter.com/terms/api-terms | ||
| + | |||
| + | |||
== Rate limits == | == Rate limits == | ||
Revision as of 18:45, 23 May 2012
Presenter: Rick Scott - @shadowspar
Contents
API Overview
- https://dev.twitter.com/ is API central.
- https://dev.twitter.com/docs
Parts
The twitter API breaks down into three main areas
- the REST API (query→response based access)
- the Streaming API (drinking from the firehose)
- the Search API (just like it says on the tin)
Find your library
Creating a new app
- https://dev.twitter.com/apps/new
- sign in with your twitter account