You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.
in FacebookCanvasMiddleware you do this:
...but Canvas apps now receive the signed_request via POST not GET.
Facebook docs now suggest using Django's REQUEST attribute to accept either way:
http://developers.facebook.com/docs/canvas/post/
The text was updated successfully, but these errors were encountered: