如何在 iPhone 应用程序中使用谷歌纬度 api?
我想为 iphone 制作谷歌纬度类型应用程序。为此,我查看了谷歌纬度 api。为此 http://code.google.com/apis/latitude/v1 /using_rest.html#auth.i 已经看过这个api文档。但是它需要应用程序的域名注册,并且它是针对Web应用程序的。 谁能告诉我我是否可以使用和开发这个 iphone 应用程序。有任何教程或示例代码或示例吗?
I want to make google latitude type application for iphone.For that i have looked at google latitude api.for that
http://code.google.com/apis/latitude/v1/using_rest.html#auth.i have looked at this api documentation.but it requires domain name registration for application and it is for web applications.
Can anyone tell this if i can use and develope this application for iphone.any tutorials or sample code or example for that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能应该看看本教程......
http://code .google.com/apis/maps/articles/tutorial-iphone.html
You should probably look at this tutorial instead....
http://code.google.com/apis/maps/articles/tutorial-iphone.html
实际上,如果有人稍后要查找它,您需要查看已安装应用程序的 oauth 文档:
http://code.google.com/apis/accounts/docs/OAuth2 .html#installed 或 Web 服务器应用程序:
http://code.google.com/apis/accounts/docs/OAuth2 .html#webserver
这些都不需要域
Actually, in case anyone is looking for it later, you want to look at the documentation for oauth for installed applications:
http://code.google.com/apis/accounts/docs/OAuth2.html#installed or web server applications:
http://code.google.com/apis/accounts/docs/OAuth2.html#webserver
Neither of those should require a domain