Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Fix: typo in readme file fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
matagus committed Sep 19, 2010
1 parent a32f1ac commit 7ccd2e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,15 +1,15 @@
## lastfmauth app for django projects

Last.fm 2.0 API provides an authentication webservice. It works the same way Facebook Connect does,
but with Last.fm user credentials. Last.Fm will do the login and ask him permission to
your application to do it. Then, it will redirect the user to your website (you can set the callback url,
please see bellow).
but with Last.fm user credentials. With django-lastfmauth it is easy to redirect a user to Last.Fm:
Last.fm will do the login and ask them permission to your application to do it. Then, it will
redirect the user to your website (you can set the callback url, please see bellow).

So far, this app does all this job, but it needs some more work.


### Requirements
Tested with django 1.2 and python2.6.
Tested with django 1.2 and python 2.6.

### Instalation
Register your app and get a key in [LastFM API page](http://www.last.fm/api/)
Expand Down

0 comments on commit 7ccd2e1

Please sign in to comment.