Facebook session query
Posted
by
Hunter
on Stack Overflow
See other posts from Stack Overflow
or by Hunter
Published on 2010-12-24T07:52:25Z
Indexed on
2010/12/24
7:54 UTC
Read the original article
Hit count: 343
Since I have just started working with Facebook's api I had a few questions regarding Facebook sessions. In the index of my iFrame app I have the user establish a new sessions and set the $me and $uid variables as displayed in their example.
However, when my app navigates to a new page should I create a new session and redeclare these variables or is there some way to grab those values from the already declared session?
Thanks
© Stack Overflow or respective owner