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

Update version support. #496

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Update version support. #496

wants to merge 3 commits into from

Conversation

barraquito
Copy link
Contributor

Add support for Graph API 9.0, 10.0 and 11.0. Removed support for deprecated versions.

@barraquito
Copy link
Contributor Author

barraquito commented Aug 24, 2021

I'm afraid that errors in CircleCI are caused by the Facebook App used for testing (probably is consuming Total Usage Rate in any way). The only error I get, running tests locally and using my own Facebook App, is:

======================================================================
FAIL: test_parse_signed_request_when_correct (test.test_signed_request.FacebookParseSignedRequestTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/sergio/src/facebook-sdk/test/test_signed_request.py", line 31, in test_parse_signed_request_when_correct
    self.assertTrue(result)
AssertionError: False is not true

And I guess I get it because my FACEBOOK_SECRET belongs to other used to the one expected with the hardcoded payload on the test.

So I don't know how much can I do to fix them.

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

Successfully merging this pull request may close these issues.

1 participant