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

request.facebook.page.id issue #30

Closed
thunga opened this issue Sep 14, 2011 · 3 comments
Closed

request.facebook.page.id issue #30

thunga opened this issue Sep 14, 2011 · 3 comments

Comments

@thunga
Copy link

thunga commented Sep 14, 2011

Hi Jgorset,

I have loaded my facebook app(uses fandjango/facepy) on page1 & page2. When I access the app from page1, request.facebook.page.id is page1. Sometimes, when I access the app from page2, request.facebook.page.id is still page1.

Do you do some kind of caching on the request facebook page id?

@thunga thunga closed this as completed Sep 14, 2011
@jgorset
Copy link
Owner

jgorset commented Sep 14, 2011

Hi @thunga.

Do you do some kind of caching on the request facebook page id?

Yes; the signed request is cached in a cookie so as to persist the user's session on consequent requests. When you load your application from Facebook Page A, and then from Facebook Page B, your cookie will be overwritten with the signed request that pertains to Facebook Page B.

@thunga
Copy link
Author

thunga commented Sep 14, 2011

Thanks jgorset.

@jgorset
Copy link
Owner

jgorset commented Sep 14, 2011

You're quite welcome!

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