I've made a request using "me/inbox" to get the threads that are in my inbox. I can then request some of the thread objects using their ID directly, as well as being able to access the comments within some of the thread objects using "/comments" as the GraphAPI URL. However, some of the thread objects for some friends will not be returned. Instead, I get the following error:
{ "error": { "message": "Unsupported get request.", "type": "GraphMethodException", "code": 100 } }
I was wondering if anyone had any idea where I might be going wrong in requesting particular threads, or if this is a Facebook issue?