mardi 24 février 2015

Get "where to share" button using the Facebook share dialog

I'm using the Javascript SDK from Facebook to use their share dialog.


For some reason, I can't get the "where to post" option to show up. http://ift.tt/1BNCB9X


Currently, I've initialized the app and have passed it my information



var data = {
method: 'share',
href : url,
description : description
};
FB.ui(data, function(response){

});


Currently, it looks like this: http://ift.tt/1D7XiJa


Aucun commentaire:

Enregistrer un commentaire