Hey folks,

I posted code for a facebook connect django app on google code. I
refactored code from the News Mixer application to use for another
project, and figured it was useful enough that others might want it.

http://code.google.com/p/django-facebookconnect/
http://code.google.com/p/newsmixer/

The app is pretty simple, its just built on top of django.contrib.auth
and pyfacebook. It works along side django-registration and regular
django user accounts. New facebook users can link an existing django
user account when they log in or just use a user account that gets
automatically generated.

News Mixer used the facebook API extensively. So this app handles a
lot of the BS headache problems that we ran into working with facebook
connect. It uses caching extensively to minimize API calls to
facebook, handles session timeouts and a few other things.

Check it out, tell me what you think.

--
Ryan Mark
http://ryan-mark.com
847 691 8271

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to