this question is about android ... I have been a week for now trying to display my own message as a title for the invitation/request dialog and for the notification as well (for facebook SDK 3.0+) but i cant know how, and the facebook SDK documentation is a piece of !@#$, i must go through all the documentation from the start to know a little piece of information
here is my code
final Bundle parameters = new Bundle();
parameters.putString("app_id", /*app id*/);
parameters.putString("to", /*selected friends*/);
parameters.putString("message", /*a message displayed to the inviter*/);
WebDialog dialog = new WebDialog.RequestsDialogBuilder(
this, Session.getActiveSession(), parameters)
.setOnCompleteListener(new OnCompleteListener() {/*what ever happens here */}
}).build();
dialog.show();
now 2 points :
1- i want to set the title of the request dialog, all i can see is "app requests"
2- i want to change the message that appears in the notification for the receiver
and PLEASE dont tell me see the facebook documentation, it is a piece of !@#$