使用Graph API发布/检索照片评论

Ant*_*ton 13 facebook facebook-graph-api facebook-comments

当我使用Graph API获取包含图像的注释时,返回的JSON不包含对它的引用,例如

{
  "id": "10151452996201039_9302037", 
  "from": {
    "name": "Anton Raxacoricofallapatorius Dyudin", 
    "id": "1534947411"
  }, 
  "message": "", 
  "can_remove": true, 
  "created_time": "2013-06-20T06:47:41+0000", 
  "like_count": 0, 
  "user_likes": false
}
Run Code Online (Sandbox Code Playgroud)

同样,我很遗憾在评论时可以使用什么POST字段来嵌入图片.我怎样才能实现上述任何一项?