| Steps to Reproduce: | Make an api hit to /me/inbox |
|---|---|
| Expected Behavior: | See expected message format: "id": "2601110782", "from": { "name": "JJ Shepherd", "id": "558960782" }, "to": { "data": [ { "name": "Wilson Wong", "id": "524871754" }, { "name": "JJ Shepherd", "id": "558960782" } ] }, "message": "how's it going?\n\nhow was your interview? I hope it went well.\n\nmy first two days have been slow. i'm pretty much just reading and learning VXML. the people are nice. we are moving to Eaton center Monday next week.", "updated_time": "2012-05-16T18:03:30+0000", "unread": 0, "unseen": 0 }, |
| Actual Behavior: | Missing "from" object, on some messages the "message" object will also be missing. incorrect response eg. { "id": "2601110782", "to": { "data": [ { "name": "Wilson Wong", "id": "524871754" }, { "name": "JJ Shepherd", "id": "558960782" } ] }, "updated_time": "2012-05-16T18:03:30+0000", "unread": 1, "unseen": 0 }, |
| API/SDK: | Graph API |
| App IDs: |
|