1

I'm trying to open a facebook post from ios app.

I referred What are all the custom URL schemes supported by the Facebook iPhone app?

But there is no direct answer to the question.

How can I create a url scheme to a facebook post by using fb://photos/ or fb://post/ ?

Any hints are appreciated.

Philipp
  • 745
  • 2
  • 7
  • 20
Amila
  • 244
  • 1
  • 12

3 Answers3

1

I found a way to open a facebook image by fb://photo?id=(postId).

Use fb://profile/(postId)for share a post.

Amila
  • 244
  • 1
  • 12
0

to open a specific facebook post you can try:

fb://profile/(postID)
Haya Hashmat
  • 137
  • 10
0

As of Feb 2021, the url you copy directly via Facebook app (when you click on Share) can be used directly in your app to open the post in FB iOS app.

Note: Just replace the 'web' in url with 'www' if there is any.

enter image description here

luke77
  • 2,255
  • 2
  • 18
  • 30