I am trying to develop a facebook app written in Python running on Google App Engine, so i need to make my http://localhost:8080 to https://localhost:8080 since facebook is aski
Have a look here . I think this will answer your question
Add this to your app.yaml
handlers: - url: #url script: #script login: required secure: always
more reference here