cordova-facebook-connect icon indicating copy to clipboard operation
cordova-facebook-connect copied to clipboard

can't set “friends” as default permission

Open arcovoltaico opened this issue 11 years ago • 2 comments

My problem is that when I run the included code for the first time I can authorize the app but sadly it is always authorized only for "me", not for friends feed. I'm not finding the right param for making friend the default value as I don't want the user to be able of change this value. Any help would be highly appreciated. Thanks

var facebookConnect = window.plugins.facebookConnect;

facebookConnect.login({permissions: ["email", "user_about_me"], scope:"publish_stream", appId: "XXXXXXXX"}, function(result) {alert("FacebookConnect.login:" +JSON.stringify(result));

arcovoltaico avatar Jun 07 '13 15:06 arcovoltaico

I'm not sure this is configurable, I haven't used the plugin lately, but I'll try to update to latest facebook SDK soon & see if I can reproduce your problem.

mgcrea avatar Jun 11 '13 23:06 mgcrea

I really appreciate your lines . Hope that We got luck with the new sdk!

El 12/06/2013, a las 01:44, Olivier Louvignes [email protected] escribió:

I'm not sure this is configurable, I haven't used the plugin lately, but I'll try to update to latest facebook SDK soon & see if I can reproduce your problem.

— Reply to this email directly or view it on GitHub.

arcovoltaico avatar Jun 12 '13 00:06 arcovoltaico