JFacebookUser::getUser
Method to get the specified user's details. Authentication is required only for some fields.
Signature
public function getUser(mixed
$userĀ )
Parameters
-
$user
- Either an integer containing the user ID or a string containing the username.
Returns
- mixed
- The decoded JSON response or false if the client is not authenticated.