Currently I\'m able to post mesages and pictures to my wall using my app, by looking for the album \"Wall Photos\" it works fine so far, i let a friend of mine to test my ap
try using
parameters.putString("caption", "ooo xxx");
instead of
parameters.putString("message", "test post on wall");
should do the trick, it works to me :)
ps. thanks to user for sharing his answer, it really helps :D