The following is what I get anytime I make a call to Message.attachment:
"media":[],
"name":"",
"caption":"",
"description":"",
"properties":[],
"icon":"https://s-static.ak.facebook.com/rsrc.php/v1/yD/r/aS8ecmYRys0.gif",
"fb_object_type":"","fb_object_id":"",
"tagged_ids":[]
This value is beyond useless to me; The targeted inbox messages have links, uploaded pictures, links to pictures, but they all return this... I expected something more useful, like a url
to an attached image.
Am I just doing something wrong?