I have a button "Share on Facebook".
shareButton.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
}
});
By clicking it, how I can share app's Play Market link to Facebook if I have Facebook SDK attached?