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

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -