In step 4 here Facebook provides a way to retrieve an access token for a particular user. I am using the Drupal for Facebook module and I want store this access token on a table on my database. The fb_connect.module seems to instantiate the Facebook connection. How can I edit this module so that i can also dump the access token to a table when the connection is established?