0

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

  • Why do you think that the cookie is not found? Did you request the offline_access permission? If not: Facebook tokens time out after a while. Not sure if that's the problem here, though. – nisc Jan 16 '12 at 22:40
  • yes I use offline_access To know that the code don't find the cookie, I make a review that `If not cookie return None` – Opitzer Gábor Jan 17 '12 at 09:22
  • Any news on that? I'm in the same boat right now – nicbou Jul 23 '13 at 15:27

0 Answers0