I'm using:
fb://facewebmodal/f?href=https://facebook.com/pageName
in an Android intent (if the user has the facebook app installed) to open pageName in the facebook app instead of the browser.
The problem I'm running into is the page that is opened in the fb app is the correct page, i.e. pageName, but it doesn't have a like button anywhere on the page. Anyone have any ideas how to maybe pull the page up from an Android intent so that the like button is displayed as well?
I have tried passing different urls such as "https://facebook.com/pageId", "https://m.facebook.com/pageName", and variations thereof.