You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: