JFacebookUser::likesPage
Method to see if a user likes a specific Page. Requires authentication.
Signature
public function likesPage(mixed
$user,
string
$pageĀ )
Parameters
-
$user
- Either an integer containing the user ID or a string containing the username.
-
$page
- Facebook ID of the Page.
Returns
- mixed
- The decoded JSON response or false if the client is not authenticated.