Fetch friend list from Google Plus - iphone

I have login successfully with Google plus API in my iPhone App.Now i want to fetch my all friends with name ,id and birthday.
Can anyone please help me.
Thanks in advance.

Bad luck.. With my current experience google doesn't have any API's to retrieve data related to friends.
Refer these.
How to fetch Google+ friends in Android
google+ api person's friends
Get google plus user friends

Have you tried this API method?
queryForPeopleListWithUserId:collection:
Source: https://developers.google.com/+/mobile/ios/people

Related

Is it possible to get a facebook user conversations using Facebook Graph API

What I'm trying to do is Authorize my Facebook APP to manage user profile and get their list of conversations and list it in my site and also they can reply on the conversations through my site is this possible to do?
If not possible do you have any suggestions.
Thank you in advance happy coding

FB Graph API How can I get the list of all user ever logged in my app?

It's possible to access through Graph API (or any other way) the list of all users logged in the past to my FB app?
Thanks
Marcello
There is no way to get that information, unless you store it in your own database.
You can see how many people using Facebook analytics. You cannot see their usernames, email, etc- you might be able to extend the analytics with some development to include those... but they dont come configured out of the box.
Here is a link to Facebook App Analytics:
https://developers.facebook.com/products/analytics

Still can get friend list from facebook api?

I want to get friend list from facebook by using facebook api. Is it working or not. Can you help me by giving accurate information ?
You are only able to get the friends list who are using your facebook application.

Facebook API Search by phone number

So I have a huge list of phone numbers and want to find facebook users for each of the phone numbers if they exist. There are tons of iphone apps, etc that pull in your contact list and match them to facebook accounts. Any ideas on how I can do this?
Thanks in advance.
Jim
You will need to call the API 'login()' function with the permission "user_mobile_phone". You can then retrieve it as usual.
Here is the FB dev post and examples of doing this:
http://developers.facebook.com/blog/post/2011/01/14/platform-updates--new-user-object-fields--edge-remove-event-and-more/

Is there a way for users to invite their friends via LinkedIn using iPhone sdk?

I am done with login using linkedIn but I did a lot of goggling and did not find a way to invite friends via LinkedIn. If Somebody have done this then please give me a guidance or tutorial to get rid of this.
Any help will be appreciated..
Thanks in advance
Once logged in, you should be able to invite people as friends using LinkedIn's own API. Check out the documentation here. This will involve POSTing XML to the API as described on that page.
Note that there are some "usage guidelines" you'll need to follow, too (The user must be given a choice about whether to send the invitation, etc...)