(P.S. To run the sample code below you need to download lib folder from the attachment link first, and place at root of your project)
<?php header ('Content-type: text/html; charset=utf-8'); include_once "lib/fbmain.php"; echo "UID=".$uid; echo "NAME=".$fbme['name']; echo "MAIL=".$fbme['email']; echo "SEX=".$fbme['gender']; echo "LOCATION=".$fbme['location']['name']; echo "LOCALE=".$fbme['locale']; echo "BIRTHDAY=".$fbme['birthday']; echo "LIKES=".$likepage; ?>
沒有留言:
張貼留言