This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Zach Holt (author)
Tue Oct 13 00:05:10 -0700 2009
commit deaf04b90a486044b2c0789c04738ac3e4293cd1
tree ea12ad74f2d6101193237efb8a45cc2a939dc600
parent 2e4af1d659b40f7733def78d3825e4410f63482b
tree ea12ad74f2d6101193237efb8a45cc2a939dc600
parent 2e4af1d659b40f7733def78d3825e4410f63482b
| name | age | message | |
|---|---|---|---|
| |
Demo/ | Tue Aug 11 14:55:51 -0700 2009 | |
| |
OAuthConsumeriPhoneLib/ | Fri Sep 25 13:05:42 -0700 2009 | |
| |
ReadMe.txt | Thu Jul 30 10:54:15 -0700 2009 | |
| |
Twitter+OAuth/ |
ReadMe.txt
Twitter+OAuth Source and Example for iPhone Glommed together by Ben Gottlieb copyright 2009 Stand Alone, Inc - all rights reserved. License: BSD, If you use it, please include the following text somewhere in your application's user-facing text: "Includes Twitter+OAuth code by Ben Gottlieb" The goal of this was to create a drop-in code package for iPhone apps that want to access Twitter via OAuth. The main benefit here is that the source line on the Twitter page will say your app name, rather than "from web". This includes source taken from several other open frameworks, listed below. Most of the heavy lifting was all done by them, I just synthesized it into a (hopefully) easily digestible chunk. I decided not to do the whole thing as a static library since most developers are already using Matt Gemmell's MGTwitterEngine, and there was no reason to duplicate code. It adds about 200k to the final size of your project, mainly due to the OAuth library. Enjoy, and please let me know if you have any feedback! Ben Gottlieb ben@standalone.com Example: Use the project in the Demo folder. You'll need to replace the strings in Demo/Src/OAuthTwitterDemoViewController.m with your own consumer key and consumer secret (visit http://twitter.com/oauth_clients/new to obtain these). Built using: MGTwitterEngine by Matt Gemmell http://mattgemmell.com License: http://mattgemmell.com/license I have included 1.0.8 release of the MGTwitterEngine unchanged in this project. The goal is to create an easily buildable project that has no dependancies. OAuthConsumer Framework Jon Crosby http://code.google.com/p/oauth/ License: http://www.apache.org/licenses/LICENSE-2.0 I have included a pre-built binary of the OAuthConsumer Framework unchanged in this project. The goal is to create an easily buildable project that has no dependancies. OAuth-MyTwitter Chris Kimpton http://github.com/kimptoc/MGTwitterEngine-1.0.8-OAuth-MyTwitter/tree/master License: Couldn't find one. Will amend this if I do. Some code from this project was used to create the YHOATwitterEngine subclass of MGTwitterEngine. Thanks Chris, you made this project a simple! OAuth Test Application Isaiah Carew http://github.com/yourhead/OAuth_ObjC_Test_App/tree/master License: None found. Isaiah's test app worked great on the Mac, but didn't make use of the PIN number passed back by Twitter, and also needed to be re-worked to work on the phone.








