How to integrate Google+ API in iPhone?

2019-02-16 03:16发布

Is there Google API for iPhone out yet? And if YES, how can i integrate within my application.

Thanks in advance.

3条回答
Anthone
2楼-- · 2019-02-16 03:40

This was already answered on SO, see Is there already a Google+ API?.

Basically, go to http://developers.google.com/+/

查看更多
SAY GOODBYE
3楼-- · 2019-02-16 03:50

Use this command to anonymously check out the latest Google SDK project source code for Objective C:

svn checkout http://google-api-objectivec-client.googlecode.com/svn/trunk/ 
查看更多
淡お忘
4楼-- · 2019-02-16 03:59

The Google APIs Client Library for Objective-C includes support for the Google Plus API and other JSON APIs. The project includes an introduction to using the library.

查看更多
登录 后发表回答