Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 525 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 525 Bytes

#Play2TwitterClient

##概要

  • Twitterクライアントです。
  • 最低限の機能のみ実装済み。
  • Playframework2+ScalaのアプリケーションをHerokuで動かす時のサンプルとして作成しました。
  • 詳細説明(ブログ)

##設定方法

  • app/controllers/AApplication.scalaの以下の値を設定する。

      consumerKey
      consumerSecret
      consumerSecret
    

##作者