I am new to programming on the iPhone and I want to integrate Google+ in my application. Is there any API for integrating Google+?
Asked
Active
Viewed 417 times
-2
-
2First 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 Answers
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
-
what is the steps for integrating objective-c client library in iphone for google+ API – user1162034 Feb 02 '12 at 12:00
-
@user1162034 There are now instructions available here https://developers.google.com/+/mobile/ios/ – Chirag Shah Jul 13 '12 at 20:41
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.

Chirag Shah
- 3,654
- 22
- 29