Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The answer really depends on what it is you want to achieve as those APIs are pretty different.</p> <ul> <li><p><a href="https://github.com/sciyoshi/pyfacebook" rel="nofollow">pyfacebook</a> - is for the older legacy API.</p></li> <li><p><a href="https://github.com/facebook/python-sdk" rel="nofollow">python-sdk</a> - is for the "new" opengraph protocol (I wouldn't say its no longer supported as its just a thin wrapper over the facebook opengraph protocol, so supports all the new features that facebook provide instantly w/out needing dev work on the lib).</p></li> <li><p><a href="https://github.com/tschellenbach/Django-facebook" rel="nofollow">django-facebook</a> - is a higher level than python-sdk and helps you to add facebook connection features to your site and also seems to pave the way to creating apps that live "inside" facebook rather than just helping sites that live outside facebook to get access to facebook data.</p></li> <li><p>Never heard of fandjango and github seems to be down at the moment so can't comment on that.</p></li> </ul> <p>If you just want to add user-login using facebook then something like django-socialauth might work out well for you. </p> <p>If you want to start exploring the social graph then python-sdk is the way to go.</p> <p>I'd also check to see if the functions you want are supported by the opengraph protocol, its improved over the last year but there is the odd thing it frustratingly doesn't support whereas the legacy api does support...</p> <p>The best <a href="http://developers.facebook.com/docs/reference/api/" rel="nofollow">documentation</a> is facebook itself, check out the <a href="http://developers.facebook.com/tools/explorer/" rel="nofollow">graph-explorer</a> - it's pretty fascinating...</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload