iphone - 将图像上传到 flickr,如 Hipstamatic

发布于 2024-10-06 04:28:32 字数 262 浏览 2 评论 0原文


我正在开发一个小应用程序,允许用户将照片上传到 flickr。 我尝试过 ObjectiveFlickr 框架,但它的 bug 太多(可以在设备上编译,但不能在模拟器上编译)并且对用户来说不太方便(用户必须离开应用程序,打开 Safari 去 flickr 网站进行身份验证,然后切换回再次应用程序)

我见过像 Hipstamatic 这样的应用程序在这方面做得非常好,它不需要打开 Safari,一切都在应用程序中完成。

谁能建议一些方法来做到这一点?
多谢

I'm developing a small app allowing users to upload their photos to flickr.
I have tried ObjectiveFlickr framework, but it is too buggy (can compile on device, but not on simulator) and not very convenient for users (user must leave the app, open Safari to go to flickr website to authenticate, then switch back to the app again)

I've seen apps like Hipstamatic doing a really good job on this, it doesn't need to open Safari, everything's done in the app.

Could anyone please suggest some ways to do that?
Thanks a lot

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

闻呓 2024-10-13 04:28:32

首先,我在 iOS 模拟器中使用 ObjectiveFlickr 没有出现任何问题。

其次,ObjectiveFlickr 本身并不关心用于身份验证的浏览器。它只是生成您需要打开的 URL,以便用户验证您的应用程序。无论您是在 Safari 中还是在应用程序内的 Web 视图中打开此 URL 完全由您选择。

First, I have used ObjectiveFlickr without problems in the iOS Simulator.

Second, ObjectiveFlickr itself does not concern itself with the browser that is used for authentication. It just generates the URL you need to open to let the user authenticate your app. Whether you open this URL in Safari or in a web view inside your app is entirely your choice.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文