So, I followed all the steps to create a Facebook / Heroku application, and it works perfectly
http://lokalt.herokuapp.com/
Then I set up the local environment, but it doesnβt work so well, it is basically endless loops at login and it never seems to be able to get the access token in the python application (get_token () returns None), I'm sure I get the answer from the facebook server, though, since I used console.log () and got the response object.
I do not work on the local SSL machine, but most other things should work.
source
share