pallets-eco/flask-social

Example config for Configuration values

Opened this issue · 1 comments

There are great examples of the config for the different tokens (Twitter and Facebook) in the README.md.
It would also be nice to have an example of how to input the configuration values.

Right now I am not sure how to properly input the configuration since this format crashes

 app.config['SOCIAL_CONNECT_DENY_REDIRECT'] = "/done"

Related to my Stackoverflow question.

Thanks for a great Flask extension.

Hey, looks like its SOCIAL_CONNECT_DENY_VIEW and not SOCIAL_CONNECT_DENY_REDIRECT. Hope that helps!