I am trying to form the following CURL post request through PHP? How do i do it, all of what i tried came back as invalid post parameters.
This is what i am trying to POST through php (i have the API_KEY, api_sig.. but dont know how put below post query through in PHP):
curl -d
“api_key=KEY&sig=SIGNATURE&time_stamp=20&json=1” \
http://api.i.com/v1/update/
This should work