uprzejmie-donosze / uprzejmiedonosze-backend

https://uprzejmiedonosze.net/
1 stars 0 forks source link

Make Facebook app #11

Closed mikaeilorfanian closed 6 years ago

mikaeilorfanian commented 6 years ago

Follow instructions here(partially pasted below): http://python-social-auth.readthedocs.io/en/latest/backends/facebook.html Facebook uses OAuth2 for its auth process. Further documentation at Facebook development resources. Register a new application at Facebook App Creation, don’t use localhost as App Domains and Site URL since Facebook won’t allow them. Use a placeholder like myapp.com and define that domain in your /etc/hosts or similar file.

szn commented 6 years ago

Will do.

szn commented 6 years ago

I bet you will need a Google+ something as well.

mikaeilorfanian commented 6 years ago

yes, follow these instructions: http://python-social-auth.readthedocs.io/en/latest/backends/google.html#google-sign-in

szn commented 6 years ago

Done (details on Slack's #backend channel)