iphone - 将图像上传到 flickr,如 Hipstamatic
我正在开发一个小应用程序,允许用户将照片上传到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,我在 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.