Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invite Facebook friends into my app

I'm writing an entertainment application (a RESTful application written in Android). I'd like to show Facebook friends and invite them into my app. Now I loaded FB friends successfully. What will I do the next? Please give me an idea.

(I guess I should send an invitation email for them. Is it right?)

like image 389
emeraldhieu Avatar asked Jul 11 '12 08:07

emeraldhieu


People also ask

How do I share a Facebook invite?

Tap in the top right of Facebook. Tap Events. Go to the event. Tap Share, then tap Invite next to the names of friends you want to invite.


2 Answers

Please take a look into the following documentation: https://developers.facebook.com/docs/mobile/android/build/

And look for Request Dialog see https://developers.facebook.com/docs/reference/dialogs/requests/

Those will make you're life easy you just have to select friends!

like image 123
QVDev Avatar answered Oct 25 '22 17:10

QVDev


My ideas:

  • Call Facebook API to post your app's download link to your friends's wall.
  • Send an SMS or email if you have those infomations.
  • Create an app on Facebook. Then send an app request to your friends. Your friends will receive notification on Facebook. (I am currently using this to invite friend to my app)
like image 36
user1417127 Avatar answered Oct 25 '22 16:10

user1417127