-
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
Batch request #115
Comments
This is probably because this library does not explicitly support batch requests. See #28. |
Wrote a workaround, I am catching the error which contains the invalid ids and then remove those ids from request and make the request again. Its working like a charm. :) |
@martey , I am trying to do this graph.get_objects(a) I get following error: The aliases which doesnt exist according to fb are blank in Error message. |
If you're not reporting a bug in the library, it's better for the community if you use the Google Group. I am not entirely sure what you are asking for, so it would be great if you could create a new message on the group rephrasing your question. |
When a batch request is made using get_objects(['id1','id2']) and one of the id is invalid, no result is returned, it throws error, shouldn't I be able to get whatever data possible?
The text was updated successfully, but these errors were encountered: