module.exports = function (req, token, tokenSecret, profile, next) {
  var query    = {
      identifier : profile.id
    , protocol   : 'oauth'
    , tokens     : { token: token }