When you publish material to Facebook, you can get a return message containing data that you might want to keep.

In my case, when I create an event I want to know the event id, which is in JSON in the HTTPS response.

Why is the publish method of FacebookOperations void? I would think it would be better to return a MultiValueMap so that consumers may parse out whatever return data they would like.

Cheers.