Open kerkeslager opened 6 years ago
Start with the open facebook module: https://github.com/tschellenbach/Django-facebook/tree/master/open_facebook
It implements the low level REST calls. Contributions are much appreciated. I no longer work on any projects that involve Facebook so that's why this library is pretty un-maintained besides for a few awesome open source contributors.
I think version 2 is the last supported version that's supported.
I looked through the code and the docs, and it's not clear to me which versions of the Facebook APIs are supported. I inherited a legacy codebase which uses Django-facebook, and want to be sure that we're supporting up-to-date versions of the Facebook API since version 2.5 is being deprecated soon. I'd be happy to add support for the features we use but I'm not sure where to start, and it's hard to figure out which features I should even look at if I'm not sure which wouldn't be supported.