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

added FACEBOOK_APP_ID and FACEBOOK_APP_SECRET as kwargs #501

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

added FACEBOOK_APP_ID and FACEBOOK_APP_SECRET as kwargs #501

wants to merge 1 commit into from

Conversation

raduhek
Copy link

@raduhek raduhek commented Nov 12, 2014

Changelog:

  • added FACEBOOK_APP_ID_KWARGS, FACEBOOK_APP_SECRET_KWARGS and FACEBOOK_DEFAULT_KWARGS in django_facebook/settings.py
  • modified functions where FACEBOOK_APP_ID, FACEBOOK_APP_SECRET and FACEBOOK_DEFAULT are used to accept *args and **kwargs and assign the appropriate value from kwargs or facebook_settings
  • modified FacebookAuthorization._client_info to accept client_id and client_secret. These values are passed from calling functions.

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