I can't really write an example, but if you only specify the consumer_key and consumer_secret in the hook, POST requests don't send data, they send it as part of the query string (even though the data isn't present in request.params either).
I've tried similar code with restkit and it worked fine with that.
I can't really write an example, but if you only specify the
consumer_keyandconsumer_secretin the hook, POST requests don't senddata, they send it as part of the query string (even though the data isn't present inrequest.paramseither).I've tried similar code with
restkitand it worked fine with that.