|
|
14 |
550 |
by Laura Prewitt,
Jul 15, 2010
|
|
|
7 |
473 |
by Tuwanda Cee,
Jan 26, 2010
|
|
|
7 |
457 |
by Sarah Reef,
Jan 12, 2010
|
|
|
2 |
167 |
by JB,
Nov 5, 2009
|
|
|
2 |
266 |
by Marisela Frampton,
Oct 20, 2009
|
|
|
5 |
344 |
by Marisela Frampton,
Oct 20, 2009
|
var upgradeToken = function() {
window.location = 'http://www.jessiepavelka.com/login/google_login_redirect';
};
var extensions = { 'openid.ns.ext1': 'http://openid.net/srv/ax/1.0', 'openid.ext1.mode': 'fetch_request', 'openid.ns.oauth': 'http://specs.openid.net/extensions/oauth/1.0', 'openid.oauth.consumer': 'www.jessiepavelka.com', 'openid.oauth.scope': 'http://sandbox.gmodules.com/api/ http://www.google.com/m8/feeds/', 'openid.assoc_handle': 'AOQobUf_LLhvTwOoecG4w7gyGC4g5QHb6evcO_CCH2JNIu9ISgVgX5oW', 'openid.ext1.required': 'email,first,last,country,lang', 'openid.ext1.type.email': 'http://axschema.org/contact/email', 'openid.ext1.type.first': 'http://axschema.org/namePerson/first', 'openid.ext1.type.last': 'http://axschema.org/namePerson/last', 'openid.ext1.type.country': 'http://axschema.org/contact/country/home', 'openid.ext1.type.lang': 'http://axschema.org/pref/language' };
var googleOpener = popupManager.createPopupOpener({
'realm' : 'http://www.jessiepavelka.com',
'opEndpoint' : 'https://www.google.com/accounts/o8/ud',
'returnToUrl' : 'http://www.jessiepavelka.com/login/google_login/?popup=true',
'onCloseHandler' : upgradeToken,
'shouldEncodeUrls' : true,
'extensions' : extensions
});
function popIt(){
googleOpener.popup(450, 500);
return false;
}
popIt();