public void setUp() throws Exception {
backingStore = new BasicOAuthStore();
backingStore.setDefaultKey(new BasicOAuthStoreConsumerKeyAndSecret("key", "secret",
KeyType.RSA_PRIVATE, "keyname", null));
backingStore.setDefaultCallbackUrl(DEFAULT_CALLBACK);
store = new GadgetOAuthTokenStore(backingStore, new FakeGadgetSpecFactory());
socialToken = new FakeGadgetToken();
socialToken.setOwnerId("owner");
socialToken.setViewerId("viewer");
socialToken.setAppUrl(GADGET_URL);