constant FB_OP_GET_USER_SESSION in Drupal for Facebook 6.3
Same name and namespace in other branches
- 5.2 fb.module \FB_OP_GET_USER_SESSION
- 6.2 fb.module \FB_OP_GET_USER_SESSION
- 7.3 fb.module \FB_OP_GET_USER_SESSION
2 uses of FB_OP_GET_USER_SESSION
- fb_get_token in ./
fb.module - Helper to get the tokens needed to accss facebook's API.
- fb_user_app_fb in contrib/
fb_user_app.module - Implementation of hook_fb()
File
- ./
fb.module, line 25 - This is the core required module of Drupal for Facebook.
Code
define('FB_OP_GET_USER_SESSION', 'get_user_sess');