I use facebook's IOS SDK to get the users access token and then I send that to my web service which then, on the server side uses that token.
It passes the token to the Facebook PHP SDK and calls setAccessToken().
After that, it attempts to call getUser(), but the getUser fails as if the user has not actually logged in.
What am I doing wrong?