You are here

constant FB_USER_SYNC_PATH in Drupal for Facebook 5

3 uses of FB_USER_SYNC_PATH
fb_user_get_map_url in ./fb_user.module
To help map local accounts to facebook accounts, we can bounce a logged in user to a canvas page. That page will ensure they have added the application, then bounce them back to a local HTML page. When they are bounced back, a cached key allows us…
fb_user_menu in ./fb_user.module
fb_user_sync_cb in ./fb_user.module
The sync callback is invoked first on a canvas page, in which case we require the user to add the application. Later the user will be redirected to this callback on the locale server, with an token that allows us to write the necessary row to the…

File

./fb_user.module, line 22
This module allows Drupal user records to be associated with Facebook user ids. It can create local user accounts when Facebook users visit an application's canvas pages.

Code

define('FB_USER_SYNC_PATH', 'fb_user/sync');