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

display:popup Error #34

Open
mmansour opened this issue Oct 22, 2011 · 1 comment
Open

display:popup Error #34

mmansour opened this issue Oct 22, 2011 · 1 comment

Comments

@mmansour
Copy link

Howdy -

I love django-la-facebook. It is about to go live on a site that will be used by millions. Literally.

Today I am running into one issue. I want to use display:popup option.
I am passing display:popup in my main urls.py as per my interpretation of the docs (RTD), like so:

url(r"^la_facebook/", include("la_facebook.urls"), {'display':'popup'}),

However, the when the call back is fired I get the following error:

TypeError: facebook_callback() got an unexpected keyword argument 'display'.

I am not sure if it's my integration or a bug. I thought I'd check here first before digging deeper.

Thanks,
Matt

@mmansour
Copy link
Author

This quick hack appears to fix the issue.

968278d

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

No branches or pull requests

1 participant