I have used the code from https://github.com/facebook/facebook-android-sdk. for facebook status update through app.
The code works fine, but I need to add some description below the post. I am unable to do so. I tried:
bundle.putString("message", "this is a demo message");
bundle.putString("description", "My Game");
bundle.putString("name", "is playing now...");
but it won't post. Has anyone used the same code and faced a problem like this.. please help me....