Hello!
I've set up a filter at Gnip.com. In the field "POST URL" I've typed in my script URL. The URL is correct since Gnip.com really calls it. But when the script is called, I don't get any data. I've tried to parse $_GET and $_POST but both are empty arrays. getallheaders() gives me some data but no XML. How do I get the XML sent by Gnip.com?
I don't want to use any package since I only need to fetch the XML data which is sent to me by Gnip.com.
I hope you can help me. Thanks in advance!
Description of "POST URL" by Gnip.com: "POST URL: This is an optional URL that Gnip will POST updates to. The URL must be able to respond to a HEAD request. Example: http://pivotallabs.com "