Hi,
The Steam ID is included in the response to docs.oneall.com/api/resources/connections/read-connection-details/.
Look under the identity/accounts array.
(This endpoint is typically called immediately after the social login.)
Regards.
Hi,
In the module settings, under: How should Social Login create new customers? , choose to display a registration form, which should ask for a phone number.
Additionally, you can request that registration asks for an address.
Regards.
Hi,
First, thanks for the detailed information!
Not sure this is a problem. PhpBB performs a check on redirections, to see if the redirect url is a full URL, and triggers this error message when it is, which the case here.
Usually, this does not cre…
Hi,
No problem for asking.
The Freemium version places no restrictions on duration (permanent, no trial period), nor on the number of social networks.
It has some limits on the number of websites you can use (50).
Regards.
Hi,
Indeed! Windows Live have made changes to their API, which is probably the cause of the login errors in Wordpress.
We'll investigate this and lt you know.
Thanks for reporting.
Hi,
Thanks for mentioning the SeoPro extension.
This extension probably interferes with our extension.
Quickly browsing through the code: maybe you can try to modify the file: catalog/controller/common/seo_pro.php:
comment (place a // at the beginni…
Hi,
Worth a try.
Check, and eventually change, this line in the file config.php (in the root of your OpenCart install directory):
define('HTTPS_SERVER', 'http/freshkut.in');
Or like:
define('HTTPS_SERVER', HTTP_SERVER);
Regards