I understand there is a developer portal for Google+, but I'm not sure how I can use this stuff to implement a +1 button within my iOS app. I want something simple, just like how ShareKit does it with facebook and twitter, but for Google+. How would I get started with this?
Asked
Active
Viewed 4,127 times
1
-
https://developers.google.com/+/api/ – Emil Jan 24 '12 at 20:20
-
Ya I already linked to that, the question is how do I use that. – Snowman Jan 24 '12 at 20:25
-
1Read Google's documentations maybe? – Emil Jan 24 '12 at 20:26
-
possible duplicate of [Google plus api for posting on wall like facebook](http://stackoverflow.com/questions/7857812/google-plus-api-for-posting-on-wall-like-facebook) – Brad Larson Jan 26 '12 at 22:41
2 Answers
2
Currently Google+ only provides a JavaScript based +1 button. If you would like to +1 URLs from within your iOS app you should star this feature request.
EDIT: The issue is marked as "Fixed" now, but with a solution that probably won't help for iOS apps.
Update: Google now has a Google+ Platform for iOS.
-
That feature request has been marked as "Fixed" with a solution that I don't think helps iOS apps. But I think this is exactly what the OP is looking for: https://developers.google.com/+/mobile/ios/ – Mu Mind Sep 19 '12 at 08:18