Which Version of Facebook API used by logInWithReadPermissionsAsync?

I just want to know which version of API used by logInWithReadPermissionsAsync.

For Graph i use https://graph.facebook.com/v2.10.

I just want to make sure. Thanks

You would access the graph API directly through HTTP. The login call is separate.

Expo exposes a minimal native API since you can access Facebook’s Graph API directly through HTTP (using fetch, for example).

Read more in our docs: https://docs.expo.io/versions/latest/sdk/facebook.html

1 Like

So, We are independent to use any Graph API versions using fetch.
Cool.
Thanks.