How can I get the user's Facebook profile link with verification?

88 Views Asked by At

In my app, user can add their Facebook profile link. But I don't want to add the user's Facebook profile link without verifying it.

I can get the user's verified Facebook profile link from LoginManager.logInWithPermissions(["user_link"] using react-native-fbsdk-next package. But I don't want to log in using Facebook since the user already signed in using google or any other way in my app.

0

There are 0 best solutions below