Skip to content

Commit 0862c6b

Browse files
robellegatec00kiemon5ter
authored andcommitted
FB plugin example missing mandatory client_secret
1 parent afa985c commit 0862c6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/plugins/backends/facebook_backend.yaml.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ config:
1515
authorization_endpoint: 'https://www.facebook.com/dialog/oauth'
1616
token_endpoint: 'https://graph.facebook.com/v3.3/oauth/access_token'
1717
graph_endpoint: 'https://graph.facebook.com/v3.3/me'
18+
client_secret: <client_secret>
1819
entity_info:
1920
organization:
2021
display_name:

0 commit comments

Comments
 (0)