flashingpumpkin / django-socialregistration

Combining OpenID, OAuth and FacebookConnect signup in one application
MIT License
610 stars 146 forks source link

intermittent error initializing? #86

Open DanAncona opened 13 years ago

DanAncona commented 13 years ago

Inside my view I'm doing this to start looking at the API...

me = request.facebook.graph.get_object("me")

and I'm getting this...

'Facebook' object has no attribute 'graph'

I could swear it was working for a while, I rolled everything back, reset everything, deleted cookies and it's still not working. I'm running django 1.1.1 and it's slightly difficult for me to upgrade, not impossible though. I've been reloading a bunch trying to get it working, is there any possibility facebook throttles login connections on their end?

Thanks for this btw, it was super cool when it was working a couple hours ago!

flashingpumpkin commented 13 years ago

Not quite sure what is going on. Anything beyond request.facebook is handled by Facebook's python-sdk though