I am trying to invoke the Facebook camera on click of a link in mobile browser.
I tried using FB custom url schemes.
<a href="fb://camera">Facebook Page</a>
But it is not invoking the Facebook Camera. I have used other custom url Ex: <a href="http://facebook.com/pagename" data-scheme="fb://page/pageID">Facebook Page</a>
which is working as expected. on click it is opening the app and redirecting to particular page if app is installed.