Django-facebook
Django-facebook copied to clipboard
added FACEBOOK_APP_ID and FACEBOOK_APP_SECRET as kwargs
Changelog:
- added
FACEBOOK_APP_ID_KWARGS
,FACEBOOK_APP_SECRET_KWARGS
andFACEBOOK_DEFAULT_KWARGS
indjango_facebook/settings.py
- modified functions where
FACEBOOK_APP_ID
,FACEBOOK_APP_SECRET
andFACEBOOK_DEFAULT
are used to accept*args
and**kwargs
and assign the appropriate value fromkwargs
orfacebook_settings
- modified
FacebookAuthorization._client_info
to acceptclient_id
andclient_secret
. These values are passed from calling functions.