updated social auth readme
This commit is contained in:
parent
f27b88a29e
commit
4c413005c1
1 changed files with 25 additions and 0 deletions
|
|
@ -43,3 +43,28 @@ test_social should only be activated in the local setting files
|
||||||
2. twitter does not use localhost and forwardhq is buggy
|
2. twitter does not use localhost and forwardhq is buggy
|
||||||
3. twitter DOES register 127.0.0.1:8026 as a callback
|
3. twitter DOES register 127.0.0.1:8026 as a callback
|
||||||
|
|
||||||
|
|
||||||
|
### facebook notes
|
||||||
|
|
||||||
|
1. can use localhost
|
||||||
|
2. minaynfinder.stg is not working, need a certificate of some kind
|
||||||
|
3. forwardhq also not working
|
||||||
|
|
||||||
|
#### using a domain
|
||||||
|
|
||||||
|
##### create registered users
|
||||||
|
|
||||||
|
Go to Roles->Test Users
|
||||||
|
|
||||||
|
##### create the ssl
|
||||||
|
1. set a registered domain name to point at the ip address (ie ronnyabraham.com)
|
||||||
|
2. create a [https://www.digitalocean.com/community/tutorials/openssl-essentials-working-with-ssl-certificates-private-keys-and-csrs#generating-ssl-certificates](crt certificate)
|
||||||
|
|
||||||
|
3. `Settings->Basic-> App Domains` add `ronnyabraham.com`
|
||||||
|
4. `Settings->Basic->Website/Site URL` add `https://ronnyabraham.com`
|
||||||
|
5. in Products->FacebookLogin->Settings add the following to "VAlid OAuth Redirect URIs"
|
||||||
|
|
||||||
|
- https://ronnyabraham.com
|
||||||
|
- https://ronnyabraham.com/oauth/complete/facebook/
|
||||||
|
|
||||||
|
6. use letsencrypt to create ssl keys
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue