aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 4dc6e2bede4f39ed83a92cfec9b21a9c7117c8bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*This is an unofficial fork of [SmileEssence](https://github.com/laco0416/SmileEssence)*

SmileEssence
============

![icon](https://raw.githubusercontent.com/rhenium/SmileEssence/master/icon_application.png)

[Official Web Site](http://smileessence.lacolaco.net)

# Build

+ Clone this repository.
+ Add your application's API keys to `app/src/main/resources/twitter4j.properties` (for release builds) and `app/src/debug/resources/twitter4j.properties` (for debug builds / tests).

  ```
  oauth.consumerKey=YOUR_API_KEY
  oauth.consumerSecret=YOUR_API_KEY_SECRET
  ```

+ Add an OAuth token pair (for tests) to `app/src/androidTest/assets/tokens.properties`.

    ```
    accessToken=YOUR_OAUTH_TOKEN
    accessTokenSecret=YOUR_OAUTH_TOKEN_SECRET
    ```