Wizcorp / phonegap-facebook-plugin

The official plugin for Facebook in Apache Cordova/PhoneGap
Other
1.91k stars 2.01k forks source link

App Invites #1040

Open devsead opened 9 years ago

devsead commented 9 years ago

Hi,

Is it possible to use app invites (https://developers.facebook.com/docs/app-invites) with phonegap-facebook-plugin ?

Thanks

roysG commented 9 years ago

I also would like to know that, is it possible ?

toptierlabs commented 9 years ago

I am also trying to do this.

Any?

omaxlive commented 9 years ago

I need it too, is it possible?

chris08002 commented 9 years ago

You can use app request. I think it is not the same, but works.

var options = {
    method: "apprequests",
   message: "Some text" 
}
$cordovaFacebook.showDialog(options).then(fbPostSuccess, fbPostError);

The receiving user gets directly from the notification to the app store.

Any better solution than this?

MartinKip commented 9 years ago

That option only works if your facebook application is a game application. Normal applications wont work

scripterkaran commented 9 years ago

Yes, only if the app is categorised as GAME, then only it works. Is there any solution for Normal apps using this plugin ?

itconsulting-live commented 8 years ago

Aly luck with this, anybody?

quedicesebas commented 8 years ago

Needed...I think first we need to upgrade the plugin to the v4 SDK

vexsoluciones commented 8 years ago

hello ??? i need the same please advise...

BojDom commented 8 years ago

+1 i think everyone want to make user to share their apps, why anyone haven't a solution yet?

chris08002 commented 8 years ago

You can use the facebook4 SDK fork: https://github.com/jeduan/cordova-plugin-facebook4.git Works fine with app invites

vexsoluciones commented 8 years ago

it's working fine with ios??

chris08002 commented 8 years ago

Actually not :( Just on Android. I mean the plugin in general works, but not the app invite, at least not in our implementation. I only had tested android before....

Tanmay2905 commented 7 years ago

@chris08002 I have integrated this plugin.Followed all steps. The plugin sends app-invite to friends, but people to whom I sent the app-invite did not get a invite or notification. Thank You.

Tanmay2905 commented 7 years ago

@chris08002 my facebook app is in public state