嗨,任何人都可以請告訴我如何發佈mailto:在facebook牆上。我從git.But下載了Facebook SDK。我無法發佈mailTo.this是sdk:https:// github.com/davejohnson/phonegap-plugin-facebook-connect/MailTo在Facebook牆上的鏈接(phonegap)
這是使用的代碼IM:
FB.ui({
method: 'feed',
name: 'I\'m using the Hackbook web app',
caption: 'Hackbook for Mobile Web.',
description: 'Check out Hackbook .',
link: '<html><body><a href="mailto:[email protected]"/></body></html>',
picture: 'http://www.facebookmobileweb.com/hackbook/img/facebook_icon_large.png',
actions: [{ name: 'Click Here', link: 'http://apps.facebook.com/mobile-start/' }],
},
function(response) {
console.log('publishStory UI response: ', response);
});
}