Bu sorular basit olabilir.
$appapikey = '...';
$appsecret = '...';
$facebook = new Facebook($appapikey, $appsecret);
$user_id = $facebook->require_login();
i have the user authenticated and everything. now i want to say hello to the user. like: echo 'Hello, $user_id';
bu nasıl kod yazmak için. Ne $ USER_ID şu içeren kullanıcı UID olduğu için.
lütfen yardım.