This DOES NOT set the status of a user on Facebook Use the set_status method instead
434
435
436
437
438
439
440
441
# File 'lib/facebooker/models/user.rb', line 434defstatus=(message)casemessagewhenString,Status@status=messagewhenHash@status=Status.from_hash(message)endend