Facebook Fan Page Support Product Page
  Solved 
 I've followed all of the instructions but when I view the face book page I just get the message
 Reported  31 Jan 2012  18:44:01 
  2 
      have  this problem  
  31 Jan 2012  18:44:01 Chris P. posted: 
 I've followed all of the instructions but when I view the face book page I just get the message "this copy is only for facebook!" even though I haven't used that copy anywhere. The following is my source code.
<?php require_once('../ScriptLibrary/dmxFacebook.php'); ?>
<?php
// Facebook Fan Page 1.0.2
$FB_Obj = new dmxFacebook();
$FB_Obj->apiKey = "479105915531";
$FB_Obj->secretKey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxx";
$FB_Obj->runMode = "online";
$FB_Obj->stylesPath = "../styles";
$FB_Obj->Construct();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="../styles/dmxFacebook/dmxFacebook.css" />
</head>
<body>
<?php if (!$FB_Obj->isFan) { // If Is NOT a Facebook Page Fan ?>
  sdfsdfdsdfssdf
  <?php } // Is NOT a Facebook Page Fan ?>
<?php if (!$FB_Obj->isFan) { // If Is NOT a Facebook Page Fan ?>
  <p>Thank you for visiting the PromoBubble Fan Page. Please check back here</p>
  <?php } // Is NOT a Facebook Page Fan ?>
</body>
</html>
The page is here...
www.facebook.com/pages/PromoBubble-Resources-For-Promotional-Products-Distributors/127108789409?sk=app_479105915531
Replies
 Replied 02 Feb 2012  08:15:47 
   02 Feb 2012  08:15:47 Teodor Kuduschiev replied: 
  Hello,
Please send me screenshots of your app settings Basic/Advanced to
  Please send me screenshots of your app settings Basic/Advanced to
 Replied 02 Feb 2012  17:08:34 
   02 Feb 2012  17:08:34 Chris P. replied: 
  Thank you. Email just went out with attachments now. 
   Replied 06 Feb 2012  08:20:17 
   06 Feb 2012  08:20:17 Teodor Kuduschiev replied: 
  Can you please email me your page also? 
   Replied 22 Feb 2012  22:50:52 
   22 Feb 2012  22:50:52 warren phillips replied: 
  Guys
Can we please have a solution to this, this is ridiculous that we are waiting all this time for an answer to it.
  Can we please have a solution to this, this is ridiculous that we are waiting all this time for an answer to it.
 Replied 23 Feb 2012  08:02:22 
   23 Feb 2012  08:02:22 warren phillips replied: 
  Chris
Did you fix this as I have the same issue. I deleted the styles and scripts thing but still no joy
  Did you fix this as I have the same issue. I deleted the styles and scripts thing but still no joy
 Replied 23 Feb 2012  08:38:32 
   23 Feb 2012  08:38:32 Teodor Kuduschiev replied: 
  Hello Warren,
Do you have an SSL certificate on your server?
  Do you have an SSL certificate on your server?
 Replied 23 Feb 2012  08:45:44 
   23 Feb 2012  08:45:44 warren phillips replied: 
  Hi
Yes it is shared ssl
  Yes it is shared ssl
 Replied 23 Feb 2012  10:48:24 
   23 Feb 2012  10:48:24 Teodor Kuduschiev replied: 
  This issue was solved in a Live Chat session. The problem was Warren was not entering the full path to his file:
but to the folder holding his index.php:
 
  http://www.warrenswebsitecom/facebook/index.php
but to the folder holding his index.php:
http://www.warrenswebsitecom/facebook
 Replied 23 Feb 2012  15:53:31 
   23 Feb 2012  15:53:31 Chris P. replied: 
  No I didn't get a final answer on this. I've just been too busy to apply pressure for a followup. 
   Replied 21 Jun 2012  00:33:23 
   21 Jun 2012  00:33:23 Gaston Castagnet replied: 
  Hello, I can not see in my fanpage te content of index.php
This is my index.php
I set page tab url: www.lacumbrecita.gob.ar/FBK/index.php
is working well
But not in my fanpage test, check:
https://www.facebook.com/pages/Portal-de-Guemes/149444708467481?sk=app_291458227599970
What can i do?
  This is my index.php
<?php require_once('ScriptLibrary/dmxFacebook.php'); ?>
<?php
// Facebook Fan Page 1.2.0
$FB_Obj = new dmxFacebook();
$FB_Obj->apiKey = "291458227599970";
$FB_Obj->secretKey = "70f12cce1c5d6d56c2c3f6c6c03064a9";
$FB_Obj->runMode = "test";
$FB_Obj->stylesPath = "Styles";
$FB_Obj->pageWidth = "810";
$FB_Obj->Construct();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php $FB_Obj->includeHead() ?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="Styles/dmxFacebook/dmxFacebook.css" />
</head>
<body>
  <?php	if ($FB_Obj->isFan) { // If Is Facebook Page Fan ?>
  <p>Alojamientos</p>
    <p> </p>
    <p> </p>
    <?php } // Is Facebook Page Fan ?>
<?php if (!$FB_Obj->isFan) { // If Is NOT a Facebook Page Fan ?>
 
    <p>Hacete FAN y accede a todos nuestros alojamientos</p>
 
  <?php } // Is NOT a Facebook Page Fan ?>
<?php $FB_Obj->includeFoot() ?>
</body>
</html>
I set page tab url: www.lacumbrecita.gob.ar/FBK/index.php
is working well
But not in my fanpage test, check:
https://www.facebook.com/pages/Portal-de-Guemes/149444708467481?sk=app_291458227599970
What can i do?
