Hello,
the pages of a user are retrieved when he logs in with Facebook.
So the page list only includes the pages of users that have previously logged in.
Regards,
Hello,
please have a look here:
http://docs.oneall.com/services/implementation-guide/social-login/#4 After having clicked on a social network icon the user is forwarded to the login page of that social network. Upon successful authentication the us…
Hi Susan,
I'm glad to hear that you have fixed the Facebook login. Yes, Instagram is rather complicated to setup. This is however nothing that we can change. Only Instagram could change it.
Regards,
Hello,
it's the base domain and not related to where the user logs in.
Just strip of all folders from the url to get your domain name.
So if you have this:
http://www.example.com/subfolder
The domain would be this:
http://www.example.com/
Hi Roger,
technically speaking this is not a subdomain:
www.example.com/subdomain_X
It's in fact a folder. Whitelisting www.example.com will whitelist all sub-folders too:
www.example.com/subdomain_1 www.example.com/subdomain_2 www.example.co…
Hi Muhammand,
this error only occurs in the "webview" inside an app. What you can do is use the app browser and a callback uri like this:
callback_uri = 'http://localhost/callback';
Hello,
please open the Social Login settings in your OpenCart admin area, and click on the "Layout Positions" tab.
Make sure that the plugin is added to the positions where you want it to be.
Regards,
Hi Bren,
it's in fact easier than that. If your app is asking for a permission that the user hasn't already granted in the past, Facebook will automatically re-display a popup asking for the additional permission. So you basically only need to enab…