it is possible to use a url to post directly on the facebook application, I know that twitter uses :
“twitter://post?message=MessageTest”
Facebook for iOS uses:
“fb://publish/?text=MessageTest”
Does anyone know how to find the url to post on the facebook application for android?
u need to use FACEBOOK SDK FOR ANDROID
and for applying this plugin and to post on fb wall have a look at Adding Facebook integration to an Android application
this tutorial