An open API service indexing awesome lists of open source software.

https://github.com/shts/twitterstreamobserver

Observe Twitter Stream for Android
https://github.com/shts/twitterstreamobserver

Last synced: 12 months ago
JSON representation

Observe Twitter Stream for Android

Awesome Lists containing this project

README

          

# 特定のユーザーのTweetを監視するAndroidプロジェクト

下記ファイルのTwitterAPIのキーを入力すること。

TwitterConfiguration.java

private static final String oAuthConsumerKey = "";
private static final String oAuthConsumerSecret = "";
private static final String oAuthAccessToken = "";
private static final String oAuthAccessTokenSecret = "";