Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm developing a facebook canvas app and for testing purposes, sometimes I go to my account settings and delete the app (to force re-authorizing the app).

The problem I'm facing is that even after I do this, when I access the app, facebook still sends me a signed_request with user_id and a valid oauth_token, as I had authorized the app.

Is there any cache or delay for facebook to take my removal into account?

What could have been happening?

share|improve this question
What technology are you using? maybe your code is checking the returned signed_request and replacing its values with cashed ones? – ifaour Jan 11 at 9:37
I'm using django/python and django-facebook app. But I'm catching this when the http requests get to my application, before any processing. – duduklein Jan 11 at 11:31
I am not sure what's wrong, but ideally you should reset (refresh) your session with what Facebook is providing you to maintain the login status, and then act accordingly. – ifaour Jan 11 at 12:12

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.