jQuery.getJSON not working properly in IE8 with gdata json-c. Why? [duplicate]

I can’t tell you if it’s an error in jquery or IE, but it looks like the XDomainRequest fails in IE. Add this to the URL: &callback=? …so the response will be handled as jsonp. Edit: It looks like Microsoft’s XDOmainRequest is not implemented in jQuery, so you can’t run Cross-Domain-Requests in jQuery using IE(except … Read more

Not receiving Google OAuth refresh token

The refresh_token is only provided on the first authorization from the user. Subsequent authorizations, such as the kind you make while testing an OAuth2 integration, will not return the refresh_token again. 🙂 Go to the page showing Apps with access to your account: https://myaccount.google.com/u/0/permissions. Under the Third-party apps menu, choose your app. Click Remove access … Read more