How can I access archived private messages using Facebook’s Graph API?
https://graph.facebook.com/me/inbox seems to return unarchived messages only.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
So the deal (apparently) is that archived messages are simply not available VIA the api. Whether this is a bug or not is yet to be determined.
You can see this behavior by querying a specific message by it’s ID in the API Explorer, then archiving the message through Facebook. Returning to the Explorer and querying the same message yeilds the uber generic and much despised
"Unsupported get request".