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

argument of type 'NoneType' is not iterable #45

Closed
grillermo opened this issue Sep 28, 2011 · 2 comments
Closed

argument of type 'NoneType' is not iterable #45

grillermo opened this issue Sep 28, 2011 · 2 comments

Comments

@grillermo
Copy link

Cloned the repo and got all the folders right, ran runserver no problems went to /facebook/connect the page comes up, the page show some of my testers photo's i click the Register, login or connect with facebook link, the window comes up i give the app permission and boom the django exception page is shown
TypeError at /facebook/connect/
argument of type 'NoneType' is not iterable

I traced it to the django_facebook/api.py line 209, somehow the sig and expected sig are not the same so it returns none and it all stops.
I tried it with another facebook account, same problem, i tried deleting the app from the facebook page and get new ID and SECRET but it also fails.
I cloned the repo today.

@tschellenbach
Copy link
Owner

The current codebase is running in production without any issues. I'll have a look to see what could cause that. Do let me know if you have any leads.

@grillermo
Copy link
Author

Silly me, i had my FACEBOOK_APP_SECRET with the APP_ID .. issue closed

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

2 participants