How can I call some webservices in rails 3 using POST params to an external URL? I usually use something like this to post from the command line
curl -X POST -u "v10REVkw:XuCqIhyCw" \
-H "Content-Type: application/json" \
--data '{"apids": ["c80-d363237c-e513b"], "android": {"alert": "Android Test!"}}' \
https://url/to/push