This feature requires you set up the deeplink URLs whitelist for your Dynamic
app. See here.
Connecting to your users’ social accounts
Notice that all social options you use in code must be respectively
enabled in your environment’s dashboard settings first!
connect
method in our social module.
It returns a promise that resolves with no params on success, and rejects on failure.
Here’s how you can connect a user’s farcaster account, for example:
Not only can this method be used to sign a user in, but it is also able to
link a social account to an already signed in user.
Adjusting app name in social connection dialogues
Social connection dialogues will derive the name of your app from theappName
prop you used to initialize your client — read here.
So in order for your app’s name to be displayed correctly to your user when they are connecting their social accounts,
you need to provide this prop.
You can read more about the social module here.