Use Following Intent As
Intent postOnFacebookWallIntent=new Intent(this, ShareOnFacebook.class); postOnFacebookWallIntent.putExtra("facebookMessage","Message Here to Post") startActivity(postOnFacebookWallIntent);
The Android SDK includes simple static control for use within your Applications. Android security settings and controls for Android Applications.
Intent postOnFacebookWallIntent=new Intent(this, ShareOnFacebook.class); postOnFacebookWallIntent.putExtra("facebookMessage","Message Here to Post") startActivity(postOnFacebookWallIntent);