• Welcome to WooUSEFUL by PHPVIBE . Please log in.

[ Video Sharing CMS v4 ] Issues with Social Logins

Started by Hersh,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

HershTopic starter

I set up Google 0Auth and entered the values in admin. When I try to login, after I select my Google account, I get sent to a page that says
Error. Please go back


Here is the callback return:
callback.php?type=google&code=4/Gk5be2qHa8FXHDKN2JshNT1ODMP00TB-_Rbbv9I7yEw.wgoXyvRzTDQYXmXvfARQvtgCvpC8lAI




When I tested Facebook, I found the script was asking for way too many rights:

will receive the following info: your public profile, email address, custom friends lists, News Feed and status updates.


Why are Custom friends lists, News Feed and status updates necessary? This is excessive and an invasion of people's privacy. Please tell me where I can edit/remove these values.

Thanks
  •  

Marius

Hi!
Google:
Make sure your app is configured correct and also the service enabled in the apis list for the account.

Fb:
vibe_setts.php
//Facebook permissions(default values)
$conf_facebook['permissions'] = 'email,publish_stream,user_status,read_stream,read_friendlists';
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

HershTopic starter

What is the specific API I need to enable in the API's list? I've checked everything and I can't find anything wrong with my settings.
  •  

Marius

If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

Marius

Also the server's error log must be checked, so we know if the server doesn't reject it based on some setting.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

HershTopic starter

I suspected it would be Google+. I was going to try it but thought they separated the 0Auth layer from it. Thank you.
  •  

Similar topics (7)