简体   繁体   English

android 获取 picasa 图片 URL

[英]android get picasa image URLs

we are working on an application that needs / wants to act like the stock Gallery app in that it shows images from the SD card, as well as images from picasa.我们正在开发一个应用程序,该应用程序需要/想要表现得像 Stock Gallery 应用程序,因为它显示来自 SD 卡的图像以及来自 picasa 的图像。

i realize i could obtain credentials from the user / use oauth / whatever, then access the picasa web service API, and so on.我意识到我可以从用户那里获取凭据/使用 oauth / 什么,然后访问 picasa web 服务 API 等等。 however, i'm wondering if there's any shortcut.但是,我想知道是否有任何捷径。 requiring the user to log in to picasa each time they fire up the app is a real downer.要求用户在每次启动应用程序时都登录到 picasa 确实令人沮丧。 even asking for the creds one time makes people worry.哪怕是一次索要信用,也让人担忧。

any ideas?有任何想法吗? thanks.谢谢。

You can request permission to use the Google account using the AccountManager API.您可以使用AccountManager API 请求使用 Google 帐户的权限。 See What should I use Android AccountManager for?请参阅我应该使用 Android AccountManager 做什么? for more details on this.有关这方面的更多详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM