mercredi 25 février 2015

Android Facebook SDK FacebookDialog.shareDialogBuilder two pictures

I would like to know If it would be possible make a post like this with Android Facebook SDK FacebookDialog.shareDialogBuilder.


http://ift.tt/1DTr5sP


I have tried with something like this but it's is impossible for me put a bit picture for the localization, I just can change the small picture



FacebookDialog shareDialog = new FacebookDialog.ShareDialogBuilder(this)

.SetLink("http://google.com/")
.SetDescription("")
.SetCaption("google")
.Build();
uiHelper.TrackPendingDialogCall(shareDialog.Present());

Aucun commentaire:

Enregistrer un commentaire