You are here

function fb_get_profile_id in Drupal for Facebook 6.2

File

./fb.module, line 378

Code

function fb_get_profile_id() {
  if (isset($_REQUEST['fb_sig_profile_id'])) {
    return $_REQUEST['fb_sig_profile_id'];
  }
}