Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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".

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.