We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following call fails with the error in the title
api = FacebookApi(...) result = api.user.get_accounts(<authenticated_user_id>) result.to_json() # Error occurs here
Now, that the problem is with to_json(). A similar problem happens when we try to call to_dict()
to_json()
to_dict()
The text was updated successfully, but these errors were encountered:
Sorry for late reply, I have test with some user, not have this, could you provide the errors data (not forget remove your private message.)
You can got the data by request with return_json parameter.
return_json
Thanks
Sorry, something went wrong.
No branches or pull requests
The following call fails with the error in the title
Now, that the problem is with
to_json()
. A similar problem happens when we try to callto_dict()
The text was updated successfully, but these errors were encountered: