I decide to write some applications using facebook and django (or even twisted, but it doesn't matter), and now I can't choose appropriate tools. I see there are many API-wrappers writed on Python exists for Facebook:
- official, but seems no longer supported Python-SDK
- new and actively developed, but seems too new Django-facebook
- good old, but not maintained pyfacebook
- simple, well-maintaned, but non-documented fandjango
- some other very primitive tools
I saw some similar questions here, but I'm noticed that Facebook is periodically introduces big changes into their API and those advices may be already outdated, or may be new libraries appeared. Also I'd like to know about most significant differences between those libraries. And of course good documentation and tutorials are welcome.