i want to make my app publish on my wall, i can post without any problems, but i dont know how to popup
here is my code
        $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 tried auto_publish, but without sucess, any idea ? i have attachaed a image, showing what i want.
