Facebook session query
- by Hunter
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