Set aside on the wall from an 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 the parameters above, and every time I get an empty dialog (with the heading "Publish to the wall"), and when I click the "Publish" button, it publishes the correct values in this account ... so there is no problem not related to the position of the parameter values on the wall, but I don’t know why I get a dialog with beams!
source share