tschellenbach / Django-facebook

Facebook open graph api implementation using the Django web framework in python
http://www.mellowmorning.com/
Other
1.43k stars 543 forks source link

Versions of Facebook APIs which are supported isn't documented #605

Open kerkeslager opened 6 years ago

kerkeslager commented 6 years ago

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.

tschellenbach commented 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.

tschellenbach commented 6 years ago

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