Handling session between two pages in iframe-based facebook app.

Posted by Ray Yun on Stack Overflow See other posts from Stack Overflow or by Ray Yun
Published on 2010-03-30T08:48:57Z Indexed on 2010/03/30 8:53 UTC
Read the original article Hit count: 277

Filed under:

I'm a newbie to iframe based facebook application and stuck with session related problems.

There are just two pages in my app. First page got many fb_sig_* parameters from facebook platform but when I click a anchor to next page, those fb_sig_* were lost because this is just direct request from end user's browser not from facebook.

So I found that http://forum.developers.facebook.com/viewtopic.php?id=52885. It was told that I should not using cookie and always append every fb_sig* to every anchor.

This can be the only solution for my problems? Any side effect like session expiry problem?

© Stack Overflow or respective owner

Related posts about facebook-connect