We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When i have post a comment using json api how to get user avatar in responce.
Where to change may code.
Post data using Url:
http://www.xxxyyy.com/?json=respond.submit_comment&post_id=95806&name=sard&email=sard123%40gmail.com&content=this is comment testing Responce:
{ "status": "pending", "id": 749025, "name": "sard", "url": "", "date": "2015-03-28 11:21:39", "content": "
this is comment testing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When i have post a comment using json api how to get user avatar in responce.
Where to change may code.
Post data using Url:
http://www.xxxyyy.com/?json=respond.submit_comment&post_id=95806&name=sard&email=sard123%40gmail.com&content=this is comment testing
Responce:
{
"status": "pending",
"id": 749025,
"name": "sard",
"url": "",
"date": "2015-03-28 11:21:39",
"content": "
this is comment testing
\n","parent": 0
}
The text was updated successfully, but these errors were encountered: