-
Notifications
You must be signed in to change notification settings - Fork 950
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
Reactions in version 2.7 and above #382
Comments
What is the value of |
The |
Hmm, I missed the fact that you were using the |
@martey If possible, please change the error message because it is very misleading from and enduser point of view. |
The error message isn't misleading because you were not using version 2.7 when you used the I think documenting the fact that the |
@martey I feel this is good and would help devs know from the documentation that when |
Version of the SDK being used
2.0.0
Expected Behavior
Actual Behavior
facebook.GraphAPIError: (#12) Reactions read API requires version v2.6 or higher
Steps to Reproduce
The API version was set to 2.7 :
graph = facebook.GraphAPI(access_token, version = '2.7')
The text was updated successfully, but these errors were encountered: