Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kerkeslager opened this issue Mar 21, 2018 · 2 comments
Open

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

kerkeslager opened this issue Mar 21, 2018 · 2 comments

Comments

@kerkeslager
Copy link
Contributor

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
Copy link
Owner

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants