public
Description: NatsuLiphone - The twitter client for iPhone / iPod touch
Homepage: http://iphone.natsulion.org
Clone URL: git://github.com/takuma104/ntlniph.git
name age message
file .gitignore Sat May 16 01:51:20 -0700 2009 requestToken / authorize in built-in browser [takuma104]
directory Classes/ Mon May 18 07:16:01 -0700 2009 new tokenizer using GTM [takuma104]
file Info.plist Sun May 10 11:00:30 -0700 2009 1.51 [takuma104]
file LICENSE Sat May 09 07:05:26 -0700 2009 version 1.50 (copy of private repos trunk: r376) [takuma104]
directory OAuthConsumer/ Sat May 16 00:08:16 -0700 2009 import http://oauth.googlecode.com/svn/code/obj... [takuma104]
file README.md Sat May 16 08:55:17 -0700 2009 oooops [takuma104]
file dist.plist Fri Oct 24 01:34:47 -0700 2008 version 1.00 (copy of private repos: r159) [takuma104]
directory graphics/ Sat May 09 07:05:26 -0700 2009 version 1.50 (copy of private repos trunk: r376) [takuma104]
directory gtm/ Sat May 09 07:05:26 -0700 2009 version 1.50 (copy of private repos trunk: r376) [takuma104]
file main.m Sat May 09 07:05:26 -0700 2009 version 1.50 (copy of private repos trunk: r376) [takuma104]
directory ntlniph.xcodeproj/ Mon May 18 07:16:01 -0700 2009 new tokenizer using GTM [takuma104]
file ntlniph_Prefix.pch Sat May 09 07:05:26 -0700 2009 version 1.50 (copy of private repos trunk: r376) [takuma104]
file readme.html Sat May 16 04:13:37 -0700 2009 added OAuthConsumer license text [takuma104]
directory resources/ Mon May 18 03:59:48 -0700 2009 browser icons [takuma104]
file twitter_apikeys_sample.h Sat May 16 01:51:20 -0700 2009 requestToken / authorize in built-in browser [takuma104]
file version.rb Mon May 11 00:11:56 -0700 2009 tweaked [takuma104]
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

Github committers: