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
}