Post to wall from Android application...

   parameters.putString("app_id", mAppId);
   parameters.putString("picture", "http://fbrell.com/f8.jpg");
   parameters.putString("name", "Facebook Dialog");            
   parameters.putString("caption", "Reference Documentation");   
   parameters.putString("description", "Dialogs provide simple interface applications...");
   parameters.putString("message", "Facebook Dialogs are easy!");

I have specified above parameters and every time I am getting blank dialog (with title "Post to your wall") - and when I click on "Publish" button - it post correct values on given account... so there is no issue relate to posing parameter values to wall, but I do not know why I am getting balnk dialog!

link|improve this question

33% accept rate
1  
Are you using the Facebook SDK or are you launching an Intent for the Facebook app to handle? – Phil Aug 16 '11 at 17:10
feedback

1 Answer

up vote 0 down vote accepted

What I have done for this go to http://developers.facebook.com they have a demo project showing how to do this

They have created a library project for this

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.