gpt4 book ai didi

ios - 取消链接 AWS 链接登录的问题(例如 Facebook)

转载 作者:行者123 更新时间:2023-11-29 10:26:48 25 4
gpt4 key购买 nike

转介:https://forums.aws.amazon.com/thread.jspa?threadID=178597&tstart=0#618613

当尝试取消 Facebook 登录与 AWS 的链接时,

  //aws logout
let unlinkParams = AWSCognitoIdentityUnlinkIdentityInput()
unlinkParams.identityId = "COGNITO_ID"
unlinkParams.logins = ["graph.facebook.com" : "TOKEN"]
unlinkParams.loginsToRemove = ["graph.facebook.com"]
let cognitoIdentity : AWSCognitoIdentity = AWSCognitoIdentity.defaultCognitoIdentity()
cognitoIdentity.unlinkIdentity(unlinkParams).continueWithBlock({ task -> AnyObject! in
return nil
})

链接登录从“graph.facebook.com”变为“已禁用”。这是预期的行为还是注销过程中出现问题?

最佳答案

先前链接的登录变为禁用是预期的行为。在该论坛帖子之后,我会仔细检查 Bob 的回复,他建议不要使用 defaultCognitoIdentity()。

关于ios - 取消链接 AWS 链接登录的问题(例如 Facebook),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31785468/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com