Invite Facebook friends? - ios

I would like to add a function to let the possibility to users to invite their Facebook friends.
My problem is that there is no documentation (https://developers.facebook.com/docs/app-invites/ios)
The website is down and I don't have any information. Is it still possible to do that in an app?

Related

Invite friends via facebook - Is it possible?

According to latest Facebook SDK (V 2.0+), "This will only return any friends who have used (via Facebook Login) the app making the request." But my requirement is sending private message to my facebook friends to let them know that I am using this particular app. Is there any way to achieve this feature. Any help is appreciated.
Since Graph API v2.0, /me/friends returns a person's friends who also use the app.
You can use /me/invitable_friends. But /me/invitable_friends only available to apps classified as Games
more info : https://developers.facebook.com/docs/graph-api/reference/v2.0/user/invitable_friends
This article explains exactly how to invite friends (in a Game or App): https://developers.facebook.com/docs/apps/faq#invite_to_app
Games on Facebook Canvas (apps.facebook.com/yournamespace): Invite Dialog and invitable_friends
Any other App: Message and Send Dialogs (depending on platform)
In your case (iOS platform), you can only use the Message Dialog.

How to fetch user's likes and comments for my app posts to facebook timeline?

I am working on iOS app in which i have implemented Facebook integration.In the app user can login
from Facebook ,share app events on his/her timeline.
Whenever a user posts something on the app and it goes to his/ her Facebook timeline, then I want to fetch likes and comment
on this this particular post from Facebook.
I have gone through Facebook documentation, but I have not found any solution for this.
I want to know how could we do this, please suggest me any example or mention any official documentation of Facebook which specifies this functionality.
Help is appreciated!

In IOS 5 how do we login to twitter from our application?

All the tutorial I found explains how to tweet and show an alert message if users cannot tweet.
What about if user hasn't logged in to twitter yet and I want to help user logged in to tweeter.
Basically we want to allow user to sign up to our services via facebook and twitter. We've taken care of facebook. Now we need to so it for twitter.
This are samples of tutorial I found
http://www.raywenderlich.com/5519/beginning-twitter-in-ios-5
I don't want to tweet. I just want to login first so I can store the users' twitter id on my database allowing it to save bookmarks, etc..
All I see is https://dev.twitter.com/docs/ios. It's not clear whether we have to compute the sig manually, do we have to open safari or what.
Did you go through api documentation on twitter integration to ios?
Here is a similar question.May be this will help you
If you want your users to login with their twitter accounts, you will have to register your application with Twitter to obtain a key to sign your requests. You can read more about this on Twitter Developer Page

Facebook graph api's invite friend accept callback (iOS)

I couldn't find any answer to my question:
On my facebook iOS app, if the user invites his friends (via the method: apprequests thing), is it possible for me to know whether/how many friends answered "OK" to this invitation ?

iOS : Send invitation to facebook friends

I am using Facebook SDK to connect Facebook in my app. User will logged in once and will make invitation about MyApp to their friends. I am successful to get ids and name of all Facebook friends. But I couldn't access to email id of Facebook friends. Is there anyway to get access to Facebook friends email ids? So that I can send them a invitation email.
Is there any other ways, that I can accomplish invitation function in application.
I hourly searched on google and so but no results points me to the solution.
Edit:
I've already accepted an answer, that says, there's no ways to get access to friends email id's. So I am looking for some other solution. There should be some solution exist.
Thanks!
There is no way you can get all the email ids of your Facebook friends. But if you have any concept like "Buddies" or "Friends" in your app, you can send request to the mail ids of registered users of your app who is already your Facebook friend. This is how many social network apps like Instagram do.
'Find Friends via Facebook' functionality in Instagram lists out the user's Facebook friends who are already on Instagram.
Eg: A and B are 2 users who are registered on Instagram. A and B are Facebook friends. But A & B are not buddies on Instagram.
While availing 'Find Friends via Facebook' facility, Instagram fetches user's Facebook-email-ID, Facebook-ID etc. Facebook provides API in such a way that user can list out his friends ID. Now, match-making is made to check if any of friend's Facebook-ID is already registered with Instagram. Thus it lists out all the facebook friends of users who are already registered with Instagram so that user can add him/her to the user's buddy-list.
Perhaps this is what you are looking for?
http://developers.facebook.com/docs/tutorials/ios-sdk-games/requests/
You can't. Unless they make their emails public
https://developers.facebook.com/docs/reference/api/user/

Resources