How has the widget changed for V2. i am trying to update the Yahoo widget but cannot seem to work out how the login function has changed. No error messages, just cannot find Mint.
Anyone any suggestion? heres the v1 code:-
function fetchMyMint() { with ( mintFetcher ) { location = preferences.mintURL.value; postData = “widget=true&mode=auth&action=Login&email=” + escape(preferences.email.value) + “&password=” + escape(preferences.password.value) + “&” + (new Date).getTime(); } mintFetcher.fetchAsync( processMint ); }