The meaning is that you describe the page as the "current page". I understand that it is on the iframe tab. If so, the signed request provides you this information like $decode_signed_request = array('page' => array('liked' => true/false)) .
Otherwise, you can provide the canvas page with the GET parameters fb_page_id , which should include the fb_sig_added parameter to the server request from 0/1, depending on whether the user is a fan of this page. (This may require disabling OAuth 2.0 in the migration settings)
If you are talking about a similar social plug-in with an open schedule, you cannot easily find out if a user is a fan without installing the application. If you have one, you can make an api call /me/likes , which will return a list of all the ones you like and will look for the identifier of the object you are testing.
Bryan
source share