satoko / ntlniph forked from takuma104/ntlniph
- Source
- Commits
- Network (30)
- Downloads (6)
- Wiki (1)
- Graphs
-
Tree:
f16b405
commit f16b4054ab458877e5fe4f156e98f996097d6696
tree d627ea9374feecdc63d75281143ee53346c01003
parent 72506db286256c8566778e39e30651eed35a7c20
tree d627ea9374feecdc63d75281143ee53346c01003
parent 72506db286256c8566778e39e30651eed35a7c20
ntlniph /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat May 16 01:51:20 -0700 2009 | |
| |
Info.plist | ||
| |
LICENSE | Sat May 09 07:05:26 -0700 2009 | |
| |
NatsuLion/ | ||
| |
OAuthConsumer/ | Sat May 16 00:08:16 -0700 2009 | |
| |
README.md | Sun May 31 02:53:36 -0700 2009 | |
| |
dist.plist | Fri Oct 24 01:34:47 -0700 2008 | |
| |
graphics/ | Sat May 09 07:05:26 -0700 2009 | |
| |
gtm/ | Sat May 09 07:05:26 -0700 2009 | |
| |
main.m | Sat May 09 07:05:26 -0700 2009 | |
| |
ntlniph.xcodeproj/ | ||
| |
ntlniph_Prefix.pch | Sat May 09 07:05:26 -0700 2009 | |
| |
readme.html | Sun May 31 01:55:29 -0700 2009 | |
| |
resources/ | Mon May 18 03:59:48 -0700 2009 | |
| |
twitter_apikeys_sample.h | Sat May 16 01:51:20 -0700 2009 | |
| |
uickit/ | Mon Jun 01 04:49:36 -0700 2009 | |
| |
version.rb | Mon May 11 00:11:56 -0700 2009 |
README.md
NatsuLion for iPhone
LICENSE
New BSD License. See LICENSE file. Potions of this product utilize some open sourced materials, see readme.html in detail.
For Developers
OAuth API Keys
You need twitter OAuth API Keys. Obtain from the following form,
http://twitter.com/oauth_clients/new
and store the "Consumer key" and "Consumer secret" in twitter_apikeys.h.
The form must be selected or filled the following values:
- Application Type: Browser
- Callback URL: http://iphone.natsulion.org/oauth_callback
- Default Access type: Read & Write

