You are here

function fboauth_update_7203 in Facebook OAuth (FBOAuth) 7.2

FBAPI v2.0: Username deprecated. Use Real name for user name import.

File

./fboauth.install, line 133
Provides install and update functions for the Facebook OAuth module.

Code

function fboauth_update_7203() {
  if (variable_get('fboauth_user_username', 'name') == 'username') {
    variable_set('fboauth_user_username', 'name');
  }
}