How to integrate Google+ API in iPhone?

后端 未结 3 1756
暗喜
暗喜 2021-01-07 13:01

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

Thanks in advance.

相关标签:
3条回答
  • 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.

    0 讨论(0)
  • 2021-01-07 13:28

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

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

    0 讨论(0)
  • 2021-01-07 13:44

    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/ 
    
    0 讨论(0)
提交回复
热议问题