Launching a Facebook page from an iPhone app via QR code
Posted
by
user1655186
on Stack Overflow
See other posts from Stack Overflow
or by user1655186
Published on 2012-09-07T15:57:00Z
Indexed on
2012/10/22
23:01 UTC
Read the original article
Hit count: 185
I'm trying to create a QR code that launches a Facebook page from the app, rather than the browser on both Android and iOS.
Creating the code with fb://page/<page id>
, works perfectly on an Android.
This was also supposed to work with iOS's Facebook app, but I think since Facebook updated their app recently from a HTML5 version to a fully native iOS app, that functionality has stopped working. It indeed opens the Facebook app, but it does not go to the page.
Has anyone else seen this happen since the app was updated a few weeks ago? And what string would I have to use to create a working QR Code for iOS's Facebook app?
© Stack Overflow or respective owner