I am able to open the Facebook native app inbox with the URI fb://messaging/. This is based on the list at What are all the custom URL schemes supported by the Facebook iPhone app? some of which also work on Android.
I would like to open a specific message on the Facebook native app based on the Graph API ID. What is the URI for this?
fb://messaging/ID is for composing a message to the user with ID. I found out because I tried the message ID and it doesn't work, and just leads to: "Something went wrong. Please try again" and a log message "Failed to find user".