Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Mar 19, 2009
1 parent 547cf7c commit 4ff5ea6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.markdown
Expand Up @@ -21,8 +21,6 @@ Note that because TwitterAuth utilizes Rails Engines functionality introduced in
Usage
=====

**NOTE:** HTTP Basic strategy is not yet supported. Please only use OAuth until this message is removed.

To utilize TwitterAuth in your application you will need to run the generator:

script/generate twitter_auth [--oauth(default)|--basic]
Expand All @@ -45,11 +43,6 @@ TwitterAuth borrows heavily from [Restful Authentication](http://github.com/tech
* `store_location`: store the current URL for returning to when a `redirect_back_or_default` is called.
* `authorized?`: override this to add fine-grained access control for when `login_required` is already called.

Tips and Tricks
---------------

The `oauth_callback` set up in `twitter_auth.yml`

Customizing TwitterAuth
-----------------------

Expand Down

0 comments on commit 4ff5ea6

Please sign in to comment.