I'm trying to create a HTML link that shares a text through the Facebook app using URL scheme. This link will be accessed by mobile, Android and iOS.
<a href="fb://publish/?text=http://google.com">Share</a>
When I click this link on my Android phone, the Facebook app opens but does nothing! What is wrong here?