You are here

function fb_connect_update_6202 in Drupal for Facebook 6.2

Same name and namespace in other branches
  1. 6.3 fb_connect.install \fb_connect_update_6202()

File

./fb_connect.install, line 63
Install functions for fb_connect.module.

Code

function fb_connect_update_6202() {
  $items = array();
  drupal_set_message(t("IMPORTANT: further action required!  Manually edit your Facebook Connect application(s).  The callback URL format has changed, and settings must be updated on facebook.  Saving your settings locally will update the remote settings (by default)."), 'warning');
  return $items;
}