Should hyperlinks in a Facebook app be relative i.e. <a href="profile.php">link</a> or absolute i.e. <a href="http://apps.facebook.com/apptitle/profile.php">link</a> ?
Should hyperlinks in a Facebook app be relative i.e. <a href=profile.php>link</a> or absolute i.e.
Share
Facebook app or not, the same rules apply. So, relative URLs should work.