private Server thirdPartySocialServer;
private Server oauthServer;
public void start() throws Exception {
UserAccounts accounts = new UserAccounts();
OAuthManager manager = new OAuthManager();
SocialApplication socialApp = new SocialApplication();
socialApp.setAccounts(accounts);
socialApp.setOAuthManager(manager);
socialServer = startApplication(socialApp);