I have iOS and Android games that talk to my server using PHP. I have Facebook login in the games. I want to authenticate requests so the server knows it's coming from a logged in user. I found this answer: https://stackoverflow.com/a/24077363/211457 However, with the latest version (v5) of the PHP SDK I don't see this method:
$facebook->setAccessToken($token);.