gpt4 book ai didi

ios - 在 iOS 应用程序中使用 getstream.io 但文档还不够

转载 作者:行者123 更新时间:2023-11-29 13:54:15 25 4
gpt4 key购买 nike

我只想在 iOS 应用程序中实现 get 来自 getstream.io 的东西

Client.config = .init(apiKey: "<KEY>", appId: "<ID>", token: "<TOKEN>")

写完这行代码

let timeline = Client.shared.flatFeed(feedSlug: "timeline", userId: "34")
timeline.get { (response) in
log(response)
}

我收到 403

基本上我想从 getstream 获取时间线,但我无法理解在这种情况下什么是 token ?

最佳答案

您需要在服务器端生成您的授权 token 并将其传回 iOS 客户端。

关于ios - 在 iOS 应用程序中使用 getstream.io 但文档还不够,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57744089/

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