Skip to content

Instantly share code, notes, and snippets.

@jz5
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jz5/48304fcba0c78d386c5f to your computer and use it in GitHub Desktop.
Save jz5/48304fcba0c78d386c5f to your computer and use it in GitHub Desktop.
<configuration>
.. 省略 ..
<appSettings>
<add key="ConsumerKey" value="** API key **"/>
<add key="ConsumerSecret" value="** API secret **"/>
<add key="AccessToken" value="** Access token **"/>
<add key="AccessTokenSecret" value="** Access token secret **"/>
</appSettings>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment