ななせったー (Nanasetter)
- クロスプラットフォーム
| /// <summary> | |
| /// <see cref="TextBlock"/> にタイマー機能を付与します。 | |
| /// </summary> | |
| public class TimerBehavior : Behavior<TextBlock> | |
| { | |
| private DispatcherTimer timer; | |
| #region Interval 依存関係プロパティ | |
| /// <summary> |
| Twitter API 1.1 の現行APIの制限 | |
| (REST API v1.1 Limits per window by resource) | |
| https://dev.twitter.com/docs/rate-limiting/1.1/limits | |
| ・15分辺り最大何回実行できるか | |
| Timelines | |
| GET statuses/mentions_timeline 15回 | |
| GET statuses/user_timeline 180回/user, 300回/application |
正しい実装でt.coの見えない世界へ
document: https://dev.twitter.com/docs/streaming-api/user-streams