constant FB_OP_GET_UID in Drupal for Facebook 7.3
Same name and namespace in other branches
- 6.3 fb.module \FB_OP_GET_UID
2 uses of FB_OP_GET_UID
- fb_get_uid in ./
fb.module - Given a facebook user id, learn the local uid, if any.
- fb_user_fb in ./
fb_user.module - Implements hook_fb.
File
- ./
fb.module, line 37 - This is the core required module of Drupal for Facebook.
Code
define('FB_OP_GET_UID', 'get_uid');