2016-02-01から1ヶ月間の記事一覧

goでtwitter access tokenを取得する

Go

golang 楽しいです。 twitter の access token を golang で取得してみたメモ。ChimeraCoder/anaconda を今回は使う。流れはとても簡単で、 anaconda.AuthorizationURL("http://localhost:8000/access_token") を呼ぶ ブラウザでTwitterの連携許可をする 返…