View attachments in threads
问题 I'm currently working on an alternative way to view the threads and messages. But I have problems figuring out how to display the images attached to a message. I have a GET request to this url: https://graph.facebook.com/t_id.T_ID/messages?access_token=ACCESS_TOKEN . And the response includes "attachments": { "data": [ { "id": "df732cf372bf07f29030b5d44313038c", "mime_type": "image/jpeg", "name": "image.jpg", "size": 76321 } ] } but I can't find any way to access the image. Thanks 回答1: