Hello,
The Facebook Login App says:
I use 7.3.5
URL bdsm-welt.com
Any Ideas?
Thank you <3
Hello,
The Facebook Login App says:
Warning
Invalid Scopes: user_friends. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/facebook-login/permissions
I use 7.3.5 URL bdsm-welt.com Any Ideas? Thank you <3 |
I found this information on this subject.
Can that be a reason why it doesn't work with Dolphin anymore?
My Dolphin is a new installation.
I had OXWALL before and there were no problems with the FB Login
|
I am having the exact same issue - I also just came from Oxwall but I was unable to get this working with their plugin also |
Are you set up to use https? |
yes i have all addresses with https.
Do you think this may have something to do with the app asking dolphin for too many rights and facebook blocking it?
That would be very bad. I urgently need Facebook connect. |
I'm not sure I really never had this issue. I'll try to reproduce your issue when I get home |
TY Puppy |
im going to PM you Patrick |
Hello Patrick!
It maybe connected with the latest issues of Facebook with higher level of security. Please provide me via Private Mail your admin access.
With the best regards, Leonid |
Hey Leonid i helped him in the PM he sent me screenshots and everything he had was set to the same things i had setup and mine had worked. if you figure out the issues would you mind sharing what the issue was so that others would know what had happened wrong? i have been curious about this for a while now. |
Hi everyone I am having this same issue, did anyone find a solution. Invalid Scopes: user_friends. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/facebook-login/permissions |
Hello backspacedeletethat! You may delete the word "user_friends" from the following line in the modules\boonex\facebook_connect\classes\BxFaceBookConnectConfig.php file:
$this -> aFaceBookReqParams = array( 'scope' => getParam('bx_facebook_connect_extended_info') ? 'email,public_profile,user_friends,user_birthday,user_about_me,user_hometown,user_location' : 'email,public_profile,user_friends', 'redirect_uri' => $this -> sPageReciver, );' |
it worked thank you so much |