I have used this method before to check if a user likes a particular facebook page but it doesn't seem to be working now.
I can't find any deprecation notice for the function:
$checklike = "https://graph.facebook.com/".$user_id."/likes/".$page_id."&access_token=".$access_token;
Any ideas why this won't work?
