If a django baseg webpage, and I use a django-facebook (Django Facebook by Thierry Schellenbach ) And today I noticed, that there is an Error on login in with facebook, the error message is:
OAuth2 specification states that 'perms' should now be called 'scope'. Please update. FB.provide('',{getLoginStatus:function...signed_request,code'});return a;}}});
And I don't know how to fix it.
(I don't want to download new version, becouse, I made some change with model registration and etc.)