Sets the current user’s presence status to “offline”, even if the 5-minute timeout hasn’t expired yet.
This only has an effect if the user’s current online status was set using the same token. For example, if they opened your app on their phone, which called account.setOnline, and then switched to the web browser on their computer, your app calling account.setOffline will have no effect since their current online status will be associated with a different session.
This method requires an access token, but no permissions.
Parameters
This method does not take any parameters.Result
Returns true on success.