Reputation: 7273
I'm trying to execute a Facebook batch request, as described in the docs from the Apigee API console. However, there doesn't seem to be an appropriate resource drop down for batch requests; it's trying to force me into selecting a specific resource, and then insists on a parameter in its "template" tab which is not what I want.
Are FB batch requests supported in the console?
Upvotes: 1
Views: 245
Reputation: 126
It is possible, though the Facebook Console wasn't designed to make batch requests easy. You can try this:
batch=[{"method": "GET", "relative_url": "me"},{"method": "GET", "relative_url": "me/friends?limit=50"}]
Hope that helps,
Marsh
Upvotes: 2