Recently when I have been handshaking(oauth flow) with facecbook, when the callback returns google is sending it to : http://<version>-dot-<app_id>.appspot.com
I send out a callback in the form https://<app_id>.appspot.com/bah/facebook_callback
and it comes back as http://<version>-dot-<app_id>.appspot.com/bah/facebook_callback
Previously it was working fine, no code changes what so ever.. is this SDK 1.6.6 related?
Does anyone know why, or can explain to me how to not allow this to happen ?