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
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:
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
The text was updated successfully, but these errors were encountered: