Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Facecbook login error

9 years 8 months ago
Licenses:
JomSocial Expired

ISSUE SUMMARY:
- Error Message when sign up with facebook at demo.lgt-indonesia.com/index.php/jomsocial
Invalid Scopes: read_stream. 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: developers.facebook.com/docs/facebook-login/permissions
- Below is my facebook button code
/components/com_community/templates/jomsocial/layouts/facebook.button.php

<?php

$fbScope = array('email');
$config = CFactory::getConfig();
if($config->get('fbconnectupdatestatus')){
$fbScope[] = 'user_status';
$fbScope[] = 'read_stream';
}
if($config->get('fbconnectpoststatus')){
$fbScope[] = 'publish_actions';
}
if($config->get('fbsignupimport') || $config->get('fbloginimportprofile')){
$fbScope[] = 'user_birthday';
$fbScope[] = 'user_about_me';
$fbScope[] = 'user_website';
$fbScope[] = 'user_education_history';
}
?>

STEPS TO REPLICATE:
1
2
3
4
5
RESULT
EXPECTED RESULT
BROWSER

Attachments:
9 years 8 months ago
Licenses:

- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW