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

becomeFan ( userId:string [, callback:fn] )

Fan someone.

Arguments

  • userId (required)
  • callback (optional)

Examples

bot.becomeFan(userId);
bot.becomeFan(userId, callback);
Clone this wiki locally