Problem with Facebook Native Authentication

Hello! I have a problem with the authentication by Facebook Native.
I use Facebook SDK Unity SDK - Documentation - Meta for Developers and it works as expected.
I get the access token and then try to exchange it to Session Info Token (as described here Add Facebook Login to Native Apps)

And I always get error with answer:

{“error”:{“message”:“Invalid OAuth access token data.”,“type”:“OAuthException”,“code”:190,“fbtrace_id”:“AHhJqfoR_8_IkrNdsSP4iPV”}}

I have tried the different tokens (short-lived, long-lived) and always got the error.

Is this option still works? Help anybody, thank you.