kissrobber

Results 1 issues of kissrobber

For example, I tried this request by reference to https://developers.facebook.com/docs/graph-api/making-multiple-requests/ _curl -F 'ops=[{"method":"GET", "url":"/api/tags"},{"method":"GET", "url":"/api/notes"}]' -F 'sequential=1' http://localhost:3000/batch_ Then, I got this error "Only 50 operations can be submitted at...