2011-06-28 14 views

cevap

16

ile Size bunu nasıl kullanabilirim FB.ui

FB.ui(
    { 
    method: 'feed', 
    name: 'Facebook Dialogs', 
    link: 'http://developers.facebook.com/docs/reference/dialogs/', 
    picture: 'http://fbrell.com/f8.jpg', 
    caption: 'Reference Documentation', 
    description: 'Dialogs provide a simple, consistent interface for applications to interface with users.', 
    message: 'Facebook Dialogs are easy!' 
    }, 
    function(response) { 
    if (response && response.post_id) { 
     alert('Post was published.'); 
    } else { 
     alert('Post was not published.'); 
    } 
    } 
); 
+0

kullanmalıdır görünüyor yapabilir Nasıl facebook payı başarısını algılamak istiyorum? Tam bir temel örnek verebilir misiniz? Teşekkür ederim. –

İlgili konular