-2

I am new to programming on the iPhone and I want to integrate Google+ in my application. Is there any API for integrating Google+?

dsolimano
  • 8,870
  • 3
  • 48
  • 63
user1162034
  • 71
  • 1
  • 4
  • 2
    First hit in Google: https://developers.google.com/+/api/ Are you actually asking about an Objective-C library for interacting with this API? – paulbailey Jan 30 '12 at 13:21

2 Answers2

1

Sure, Google have an Objective-C API for many of their public services available at http://code.google.com/p/google-api-objectivec-client/

Damien
  • 2,421
  • 22
  • 38
0

The Google+ iOS SDK and sample application demonstrates how you can integrate the share plugin, sign-in button, and use the Google+ history API.

https://developers.google.com/+/mobile/ios/

Chirag Shah
  • 3,654
  • 22
  • 29