PV
Asked
can we signup with social media account instead of filling the information and email verification?
- MSAnsweredHello,
Only shop has the option for social auth and once setup your site users would be able to login with available providers as per config.
Thank you - PVAnsweredyes, i want to setup social auth on my shop. so where can I configure?
- MSAnsweredHello,
Please check the shop settings page for config file and guide link.
Thank you - RJAnsweredcan you please explain little more which file and what line we need to replace with callback url and in the file how can i enable or disable in the file hybridauthlib.php
- MSAnsweredHello,
You need to set the `enable` to true and provide the app id and secret in the config file. The provider callback url is on settings page and if you see the library user guide link is there too. The library user guide has more details for each provider. Please check them and if still have question, please let me know the exact step you have confusion.
Thank you - PVAnsweredI did not see anywhere can I Enable that.
this is my screenshot on the shop setting page.Attachments - RJAnsweredhi , to enable this you need to edit the file app/config/hybridauthlib.php where can see the line to enable the social meadia signup but still i do not understand where i want to put the call back url
- MSAnsweredHello,
I am not talking about settings. The social auth is by config file. The shop setting have the section below update button, sitemap and the social auth section (check attachment).
If you have enabled DEMO then this section will be hidden.
Thank you - RJAnsweredmy doubt is where i want to put the call back url , already enabled the signup but i don't understand where i want to put the call back url
- MSAnsweredProvider will need callback url to redirect you back to your site. If you add facebook app, they will require you to input return/callback url.
- Login to Reply