pit111100
Member
Posted 6 months ago #
I am using the JSON Api to get some articles from my blog to my app.
Everything works fine until I get to the point where I want to submit a comment. I have activated the Respond Controller in the WordPress Settings. But when I enter the URL:
http://www.example.com/api/respond/submit_comment/?post_id=1&name=test&email=test@test.com&content=test
Nothing happens and no comment appears in WordPress.
Has anyone an idea what I could do wrong? I am just wondering that all core methods are working fine.
Thank you!
David
http://wordpress.org/extend/plugins/json-api/
I have the same problem. There is no comment showing up on my blog.
this is the test string I use:
http://example.com/?json=submit_comment&post_id=2962&name=msicc&email=msicc@test.com&content=test
The string that I get returned says always please include all required arguments (name, email, content)
Is there a general Problem now that WordPress has a public JSON API?
Thanks for any help.
Marco
pit111100
Member
Posted 6 months ago #
The problem is that I doesn't get anything returned.