Sending arguments with Accounts.loginWith<Service>

Is there anyway to send arguments to the server with Accounts.loginWithService? Specifically I want to send a token (eg. beta token) to the server and catch it on Accounts.onCreateUser. This works perfectly well with Accounts.createUser, but can’t seem to get it to work when I’m using Accounts.loginWithTwitter.

1 Like