Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Invite facebook friends though my application?

I try using this link this. In this tutorial i post my app link only my wall. But i want to share my app link to all my friends. Same like as a XYZ invited to you to try ABCapp only in notification bar. When click on it open google play store of my app page. I want to share my app app link to app facebook friends or selected facebook friend. How can i achieve this?

like image 649
Jigar Shekh Avatar asked Feb 10 '15 07:02

Jigar Shekh


People also ask

Why does my Facebook page not have an invite friends option?

Some pages don't allow members to invite people to them, people must be invited by the page owners. The reason you can't invite others is exactly the reason you can't find the button.

Can you invite someone to a Facebook page without being their friend?

But did you know you can also invite non-friends to like your page? Previously you could only invite your own friends to like your page but changes to Facebook have allowed page owners to also invite people who've liked a post to also like their page.


2 Answers

To invite friends through your app you can use App Invites. Before using this feature make sure to set up your Android Facebook SDK version to 4.0 or later.

  • You can take a look at the overview in this link https://developers.facebook.com/docs/app-invites/overview
  • For the implementation you probably need this https://developers.facebook.com/docs/app-invites/android
like image 139
Zeeyed Avatar answered Sep 22 '22 06:09

Zeeyed


https://developers.facebook.com/docs/apps/faq#invite_to_app

If your app has a Canvas presence, you may also use the Requests Dialog on iOS and Android

If your app does not have a presence on Facebook Canvas: You may use the Message Dialog on iOS and Android, or the Send Dialog on Web

I assume you don´t have a Canvas presence? In that case you should not use App Requests.

like image 28
andyrandy Avatar answered Sep 24 '22 06:09

andyrandy