Invalid request format - can someone help me figure this out?
Invalid request format - can someone help me figure this out?
Posted on: Fri, 04/15/2011 - 17:37
I'm keeping this as dead simple as I can, hoping to figure out why I am having no love from the REST service. The content mangler on this forum keeps killing my code, here's a link to the PHP source:
pastium.org/view/bd9dbeba3f4c8c0ea98544680c38dea2
The response is always:
Invalid request format - the request has missing or invalid parameters
I'm looking and finding multiple versions of example code for different versions of the API, and nothing seems to work. Is there a known-working simple example in PHP out there that I can look at?
Trackback URL for this post:
http://www.opencalais.com/trackback/102669

See pastium.org/view/0bf6a0e9c582eb1e2780392b159186f6
-- The options need to be in the headers for the request and the data you're sending as the post body...