Facebook duvarında göndermeden önce açılan gösteriliyor

0 Cevap php

benim app benim duvara yayınlamak yapmak istiyorum, ben herhangi bir sorun olmadan gönderebilir, ama Yüklü penceresini nasıl öğrenebilirim

İşte benim kod

        $attachment =  array(
            'message' => 'Did a Test Post :',
            'name' => "This is the title of my post",
            'link' => "http://www.lydiadana.com.br",
            'description' => htmlentities($linha['post_content']),
            'picture'=> IMG_DIR . $file,
            'auto_publish' => false,
            'user_prompt_message' => 'Share your thoughts about RELL',
    );


    $facebook->api('me/feed', 'POST', $attachment);

i, herhangi bir fikir auto_publish çalıştı, ancak olmadan okunamaz? i istediğini gösteren bir görüntü attachaed var.

alt text

0 Cevap