"errors": [{ "code": 215, "message": "Bad Authentication data." }]
{ "errors": [ { "code": 200, "message": "Forbidden." } ] }
{ "id": "******************", "url": "https://braincopy.org/{web app name}/{application path}/{path}", "valid": true, "created_timestamp": "2018-10-17 00:19:47 +0000" }
Main
Menu
Abstract#
とにかくAndroidアプリケーションからできるだけRealtimeにTweetを取得できるように頑張ります。Topics#
きっかけ:215 Bad Authentication data#
"errors": [{ "code": 215, "message": "Bad Authentication data." }]Webhook Twitter Application#
まずは、WebhookでFilterされたTweetの一覧を簡単に表示するWebアプリケーションを作ることを目指してみよう。{ "errors": [ { "code": 200, "message": "Forbidden." } ] }{ "id": "******************", "url": "https://braincopy.org/{web app name}/{application path}/{path}", "valid": true, "created_timestamp": "2018-10-17 00:19:47 +0000" }Reference#