constant FB_OP_GET_UID in Drupal for Facebook 6.3
Same name and namespace in other branches
- 7.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 - Implementation of hook_fb.
File
- ./
fb.module, line 24 - This is the core required module of Drupal for Facebook.
Code
define('FB_OP_GET_UID', 'get_uid');