I'm a little confused.
I have created an app, and edited the profiles to add the tab. I created a quick sample app at app.facebook.com/myapp/tab.php with this code:
<?php
require_once '../php/facebook.php';
$apiKey = 'key';
$secret = 'secret';
$facebook = new Facebook($apiKey, $secret);
print 'Works';
?>
I cannot seem to find out how to add the tap to the page I have create. I click the + and there is nothing there, I've tried searching in the + tab.
Any ideas about adding the app as a tab?