Sharing facebook post using javascript sdk -
i can share link on facebook using this:
fb.ui( { method: 'feed', name: 'tagbin', link: 'https://tagbin.in', picture: '', caption: 'tagbin-share', description: 'tagbin provide simple, consistent interface sharing links.' }, function(response){ if (response && response.post_id) { alert('post published.'); } else { alert('post not published.'); } })
but opens dialogue box, can without opening dialogue box. thanks....
on wall -->no on groups-->yes better go dilog otherwise lead spamming
Comments
Post a Comment