google oauth callback
- by Ben None
Setting oauth with some providers is always kind of weird;
currently hitting a problem concerning the callback,
i had made everything work very nicely with google, getting redirected back specifying the callback url in both the get_request_token and redirect url param oauth_callback=
but it then for some reason stopped redirecting, i'm currently…