Jump to content

eariass

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by eariass

  1. My idea is create someting like http://www.facebook.com/PepsiIndia, where tha fanpage say hey... xxxxxx without make like. How can do that?
  2. Thank you Zephni, this is my code: $app_id = "xxxxxxxxxxxx"; $app_secret = "xxxxxxxxxxxxxxxxx"; include_once 'facebook.php'; global $api_id,$app_secret; $facebook=new facebook($api_id,$app_secret); $uid = $facebook->getUser(); echo $uid; but this error are in error_log: [02-Dec-2011 15:20:11] PHP Fatal error: Call to a member function getUser() on a non-object in /home/mintcom/public_html/apps/arena/camara/hola.php on line 10 this is my link http://mint.com.sv/apps/arena/camara/hola.php I dont know what are doing wrong...
  3. I was triyng with this, but I have this error: Fatal error: Call to a member function getUser() on a non-object in /home/mintcom/public_html/apps/arena/camara/hola.php on line 10
  4. How can I know the Facebook user ID when a user visit my fanpage before she/he click like button. I want to show "hello XXXXXXX" when enter to my landing tab. This is my code but not show nothing... $app_id = "xxxxxxxxxxxxxxxxxxxxx"; $app_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxx"; include_once 'facebook.php'; global $api_id,$app_secret; $fb=new Facebook($api_id,$app_secret); $fb_user=$fb->get_loggedin_user(); echo $fb_user; ?>
  5. Sorry friends.... Im a newbie in PHP, but I need to learn more. With this script can I read the Facebook ID of a user with only enter to my fanpage? I need to say "Hello xxxxxxx" before she/he makes like to my fanpage. Can I do that whit this? Than You
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.