URL scheme to open a message in facebook application

How to use URL scheme to open facebook message in facebook ios app?

I got something like "fb: // post /" id ""

but it doesn’t work, it just opened the facebook application.

+6
source share
2 answers

http://wiki.akosma.com/IPhone_URL_Schemes

This "works", but, again, no: fb: // post / It only works if the Facebook application has previously downloaded a specific message, otherwise it draws a space.

0
source

u can use this link. it can help you

What are all the custom URL patterns supported by the iPhone Facebook app?

fb: // profile - open Facebook application for user profile

fb: // friends - Open the Facebook application in the friends list

fb: // feed - open the Facebook application in the news feed

fb: // events - open the Facebook application on the Events page

fb: // request - Open the Facebook application in the list of requests

fb: // notes - Open the Facebook application on the Notes page

fb: // albums - - Open the Facebook application in the list of photo albums

-1
source

Source: https://habr.com/ru/post/986031/


All Articles