Showing posts with label Android Reusable Intent For Facebook Post On Wall.. Show all posts
Showing posts with label Android Reusable Intent For Facebook Post On Wall.. Show all posts

Monday, May 28, 2012

How to post on facebook wall using Facebook android SDK ,(This is Reusable Intent)


Use Following Intent As 


Intent postOnFacebookWallIntent=new Intent(this, ShareOnFacebook.class);




postOnFacebookWallIntent.putExtra("facebookMessage","Message Here to Post")

startActivity(postOnFacebookWallIntent);

Code for ShareOnFacebook  Intent