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
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