Skip to content

Python 3 support for facebook-app backend#749

Merged
omab merged 1 commit intoomab:masterfrom
mya-systems:master
Oct 5, 2015
Merged

Python 3 support for facebook-app backend#749
omab merged 1 commit intoomab:masterfrom
mya-systems:master

Conversation

@jhmaddox
Copy link
Copy Markdown
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
Copy Markdown
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.

2 participants