I have created a Facebook app using the toolkit and have seem to run into what seems like a session caching issue. I'll use Pat (@metadaddy)'s test page to illustrate
- Login to facebook
- Go to https://testfbtk3-developer-edition.na14.force.com/
- The page displays your photo and if you have not approved the app then Facebook OAuth dialog appears.
- Logout of facebook and login as a different user in facebook
- Relaunch the above URL and you will notice that the page still displays the information of the first user.
Even if you clear the cache, the page still displays the information about the first user which has manifested into a serious problem for my app.
Has anyone found how to fix this problem?