by admin | Jun 22, 2025 | Development |
I ran into an issue while using the Facebook Graph API. I could never get the session to change from null though I was successfully being authenticated. Turns out a call to getSession() should be performed in the callback page. Calling getSession immediately stores...