What is the most current method to determine if a Facebook User has installed an application? I see that there is an "installed" field on the "permissions" connection of a user object, but that requires an access_token to test. What happened to isAppUser and why does this URL say the following:
Please use the Graph API User object and GET /[UID]?field=installed to check if a user is has TOSed that app.
The referenced /[UID]?field=installed does nothing.