HiroProt / twitter-xauth

A simple twitter client that allows you to authorize with xauth, and post status updates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twitter-xauth
-------------

This is an extremely simple twitter client for Mac OS X and iOS, which
uses xauth for authentication. The only other feature provided are
status updates. I created this project because I wanted something
small and simple, and need only to be able to do status updates on
twitter. I'm posting it in hopes that it might be of use to someone
else.

See twitter-xauth.m for example usage. Fill in values for
CONSUMER_KEY, CONSUMER_SECRET, TWITTER_USERNAME, and
TWITTER_PASSWORD. Compiles on Mac OS X using gnu make.

This code is possible thanks to documentation and code examples found
on the following websites:

http://weblog.bluedonkey.org/?p=959
http://cocoawithlove.com/2009/06/base64-encoding-options-on-mac-and.html
http://www.getsharekit.com/
http://www.gigliwood.com/weblog/Cocoa/Q__When_is_an_conne.html
http://dev.twitter.com/pages/xauth
http://dev.twitter.com/doc/post/oauth/access_token
http://dev.twitter.com/pages/auth#auth-request

Special thanks to Matt Gallagher of cocoawithlove.com for providing an
Objective-C implementation of Base64 encoding for Mac and iPhone.

About

A simple twitter client that allows you to authorize with xauth, and post status updates


Languages

Language:Objective-C 100.0%