<br /><br />
                                    For all details about the control, with descriptions of all optional properties, please visit 
                                    <b><a href="http://faceconn.com/facebook-request-dialog-php">Facebook Request Dialog Tutorial</a></b>.
                                    <br /><br />
                                    </p>
                                    
                                    <?php 
// check facebook session
include 'SessionCheck.php';
// create instance of request dialog cotrols
$request = new RequestDialog();
// set message
$request->SetMessage("Try Facebook Connect PHP Toolkit");
// Optional: set css class of publish button
$request->SetCssClass("facebookbutton");
// render the control on the page
$request->Render();
// render the control on the page
echo "<br /><br />";
include 'CodeExamples/RequestDialogExample.php';
?>
                                </td>
                            </tr>
                        </table>
                    </form>
                </td>
                <td style="width:20%"></td>
            </tr>
        </table>
    </body>
</html>