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

Python 3 support for facebook-app backend #749

Merged
merged 1 commit into from
Oct 5, 2015
Merged

Python 3 support for facebook-app backend #749

merged 1 commit into from
Oct 5, 2015

Conversation

jhmaddox
Copy link
Contributor

Addresses Issue #670. The problem was that unicode strings are default in Python 3, but the base64 and hmac libraries require byte strings. The fix was to explicitly encode and decode the strings as necessary. I tested this patch in Python 2.7.6 and 3.4.0.

omab added a commit that referenced this pull request Oct 5, 2015
Python 3 support for facebook-app backend
@omab omab merged commit e66e323 into omab:master Oct 5, 2015
@omab
Copy link
Owner

omab commented Oct 5, 2015

Thanks!

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

2 participants