I am using a URL of an image which is 160x368 in dimension. The URL I am getting is from a web-service and is used at many places in my and some other applications too, so I can't change it.
I am passing this URL to the parameter of feed dialog as follow:
params.putString("picture", getFbImageUrl());
facebook.dialog(this, "feed", params,new customDialogListener());
The image on feed dialog is displayed with very poor quality and is not looking very good. However on the actual wall post it just gets shrinked and looking fine.
I just want to show a good quality of (even a small version of ) the same image on the feed dialog, which looks nice too.
Any help?