User offline. Last seen 1 year 4 weeks ago. Offline
Joined: 04/13/2011

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

Login or Register to post a comment.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
User offline. Last seen 1 year 5 weeks ago. Offline
Joined: 04/15/2011

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...