Skip to content
alaingilbert edited this page Dec 15, 2011 · 1 revision

userInfo ( [callback:fn] )

Get the current user informations.

Arguments

  • callback (optional)

Examples

bot.userInfo(callback);
/*
{ name: '@alain_gilbert',
  success: true,
  created: 1307237135.77,
  msgid: 1,
  laptop: 'mac',
  fbid: 'xxxxxxxxx',
  userid: 'xxxxxxxxxxxxxxxxxxxxxxxx',
  acl: 0,
  fans: 161,
  points: 4113,
  avatarid: 23,
  email: '[email protected]' }
*/
Clone this wiki locally