Django-facebook icon indicating copy to clipboard operation
Django-facebook copied to clipboard

Versions of Facebook APIs which are supported isn't documented

Open kerkeslager opened this issue 6 years ago • 2 comments

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.

kerkeslager avatar Mar 21 '18 20:03 kerkeslager

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.

tschellenbach avatar Mar 21 '18 20:03 tschellenbach

I think version 2 is the last supported version that's supported.

tschellenbach avatar Mar 21 '18 20:03 tschellenbach