Note: I'm using version 3.0.2.b of the Facebook Android SDK. I don't want to use any deprecated classes/methods.
Is there a standardized way to prompt the user for text to enter in a wall post--such as when sharing a photo?
FBDialog is deprecated. I don't see anything else obvious in the Android SDK Reference that would have such a UI. Even the tutorial to publish a wall post assumes you already have the string you want to publish.
It's just odd that they provide the full sign-in dialog, but would leave it to the developers to create the UI for likes, sharing, wall posts, etc.
So again, my question is--do I need to create my own UI to prompt the user to enter the message they want published to their wall, or is there something in the SDK to standardize that?
