Objective-C library for using Google+ from iPhone - iphone

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

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

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/

Related

How to track facebook installs on a Hybrid App

I need to add the tracking of installs for my Hybrid Mobile app but the code provided to me is only native for iOS and Android thus I cannot apply this to my project..
Is there a method I need to invoke from the Facebook SDK? I have integrated it already with my application as I utilize the Facebook Login. According to the guide: https://developers.facebook.com/docs/app-ads/sdk because it is a hybrid app it should automatically be tracked but this is not the case.
Any suggestions?

Possible to use the native facebook app to log into a mobile html5 app? On the iPhone

I'm trying to have my html5 site open the native iPhone Facebook app to authenticate users.
The site currently uses OAuth 2 on the server side - so it redirects everyone to the web version of Facebook. This is a problem because I dont want to force people to log in on a tiny keyboard.
Can you get the html5 app to open in Safari and authenticate through the native FB app?
If this is not possible with Facebook is it possible with Twitter apps? What is the experience like on android?
I do know that you can authenticate between a native iPhone app and the native Facebook app.
Yes you can do this just use the boilerplate code in facebook developers section of the site and following the guide exactly... I have tried this and it worked for me you just need to find a way to connect your oAuth to this...

tutorials for using web services?

I am new to xcode4 iphone programming , I am trying to create webservices; for example searching flickr or twitter and displaying the result .
are there any example or tutorial that i can utilize to learn how the search and display works?
Thanks
Some Tutorial may have changed the API, but will help you a lot.
Twitter
iOS 5 and the Twitter Framework: First Steps
iOS 5 and the Twitter Framework: Advanced Techniques
iPhone SDK: Connect to Twitter with OAuth
facebook
How To Get a User Profile with Facebook’s New Graph API from your iPhone App
How To Use Facebook’s New Graph API from your iPhone App
Facebook iOS SDK Tutorial : iPhone App Facebook integration with SSO (Single Sign On) FBConnect
Integrating Facebook in iOS
flickr
iPhone JSON Flickr Tutorial – Part 1
iPhone JSON Flickr Tutorial – Part 2
iPhone JSON Flickr Tutorial – Part 3
webservice, sharekit
iOS Quick Tip: Interacting with Web Services
iOS Project Spotlight: ShareKit
You can read these tutorials, they are very useful:
iOS 5 and the Twitter Framework: First Steps
iPhone SDK: Connect to Twitter with OAuth
You can search the site for more tutorials, it has a very good tutorial for every field, apps/games and for iOS and Android.

NodeJS API concerns for iPhone App

I am making an API in NodeJS that 'll be used by a website and iPhone native app at the same time.
It is supposed to authorize user using LinkedIn API. How can I do that with NodeJS API when iPhone native app is working on other end.
Take a look at passportjs.org
You should be able to do what you need with this library.

Twitter and FB integration to iPhone app

Does anybody know a good framework for twitter and FB integration to iPhone app which support location sharing as well ? I tried out sharekit but it seems it does not support geoaware tweets... any help would be much appreciated.
iOS5 has a native Twitter integration and Facebook has a native iOS SDK (https://developers.facebook.com/docs/reference/iossdk/)
Have a look at this post to do Twitter integration. So Integrating Twitter in > iOS 5.0 is quite simple and does show a nice dialog: