共有ボタンをクリックすると、実際にはアプリを共有していないため、共有されます。実際に壁でアプリのシェアを取得し、戻り値のシェアを与えるかどうか。解決策を教えてください
私のコード
enter <script type="text/javascript">
var title = 'LG Pocket Photo Printer';
var summary = 'Pocket Photo App has various functions to edit your photo. Choose a photo and decorate as you like using various & special effects in Pocket Photo App';
var url = 'http://lgcelebrations.com/lgpocketphoto';
var image = 'http://featherfiles.aviary.com/2013-07-05/m5tanou3rq46rvrd/df05c59155124ef09c1a94c5be7e25ed.jpg';
var fb = window.open('http://www.facebook.com/sharer.php?s=100&p[title]='+encodeURIComponent(title)+'&p[url]='+encodeURIComponent(url)+'&p[summary]='+encodeURIComponent(summary)+'&p[images][0]='+encodeURIComponent(image));
fb.focus();