I use django-facebook in google appengine. After in december I seted up the new OAuth2, and then i found, that the cookie named to fbsr_+apiID (and need a new prasing like here: https://gist.github.com/1190267) Everything was good, but yesterday, I can't use login with Facebook(I didn't change anything)
So I tried to find out whats the problem, and I got this masseg from facebook:
An active access token must be used to query information about the current user.
And also I notcied, that somehow, the code didn't find the fbsr_ cookie, do you have anybody some idea what can be the problem?
(maybe, in logout, need to delete the cookie?)