Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add examples for FACEBOOK_APP_ID and FACEBOOK_APP_SECRET to install… #545

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wimfeijen
Copy link
Contributor

…ation docs

Makes clear that FACEBOOK_APP_SECRET is a string [in Python 2.x].
[I did not check whether another installed app converted my '12345...' string to unicode, u'12345...' .]
In addition, in Python 3.x maybe we need bytes??

Examples help to avoid confusion whether FACEBOOK_APP_ID needs to be a (long?) integer or string.

…ation docs

Makes clear that FACEBOOK_APP_SECRET is a string [in Python 2.x].
[I did not check whether another installed app converted my '12345...' string to unicode, u'12345...' .]
In addition, in Python 3.x maybe we need bytes??

Examples help to avoid confusion whether FACEBOOK_APP_ID needs to be a (long?) integer or string.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant