I like to know if there is a way to count the users that are online at one time on an application.
They have the app installed and they are online.
I have a PHP facebook app using the FBML.
Thank you!
Adrian
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to take the extended permission of user_online_presence to get your desired result.
You can take this extended permission like this
$loginUrl = $facebook->getLoginUrl( array( 'canvas' => 1, 'fbconnect' => 0, 'req_perms' => 'email,user_online_presence' ) );