obtaining the accountId which the user linked
Hello,
I'd like to add some functionality into my app which when a user links a new social account they will get redirected to
I'd like to add some functionality into my app which when a user links a new social account they will get redirected to
/dashboard/feed/{newAccountId}. However, it doesn't seem possible that the account ID is able to be retrieved, I tried using the onSuccess callback, but the response data includes no information about the social that they just linked. Is there a work around for this?