I have a Flash-based iframe app that makes an initial auth call using CanvasAuthorizer.Authorize(). The Flash app then uses web services from then on, no page refreshes occur.
Here's the challenge of this situation:
There will be no page refreshes, so what is the best way to refresh the auth token when it expires?
I can use the JS SDK FB.getLoginStatus call to update the cookie, but the FacebookWebContext doesn't read from the cookie, it reads from the session.
Any Facebook C# SDK gurus here that have run into this?
Regards,
Dave