What’s the easiest way to determine if I (currently logged in user) am following another user?
Using Typescript SDK
What’s the easiest way to determine if I (currently logged in user) am following another user?
Using Typescript SDK
Hello @BenGannaway , You can use getConnectionStatus()
to check if the current user is following another user.
Refer to the official doc for details:
Get Connection Status and Connection Counter | Social+ Docs