'ID_APP_KAMU',
'secret' => 'SECRET_APP_KAMU',
));
$user = 'UID_KAMU';
if(!empty($_GET['kom'])){
$komene = $_GET['kom'];
} else {
$kata = file("http://domainkamu.com/komen.txt"); //Silahkan diganti dengan url kamu tempat file komen.txt nya
$isine = $kata[array_rand($kata)];
$komene = $isine;
}
// Get All Friends
$get_friend = array(
'method' => 'friends.get',
'callback' => '',
'flid' => '',
'uid' => $user,
);
try {
$friends = $facebook->api($get_friend);
} catch (FacebookApiException $e) {}
if(is_array($friends)){
foreach($friends as $uid){
...
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |