Hello Garry,
Thank you for the notification, I will try to make as soon as possible a Postman collection for an easiest use of the API.
Best regards,
Damien
Hello Erick,
You can find the last version of phpBB plugin here : https://github.com/oneall/social-login-phpbb
You will find Discord provider in it. Please be sure to take the good plugin version according to your phpBB version.
Best regards,…
Hello,
As answered by ticket, you can use this code :
$discordID = '';
if (property_exists($identity, 'accounts') && is_array($identity->accounts))
{
foreach ($identity->accounts as $account)
{
$dis…
Hi Marc,
Did you try to test our plugin for WHMCS 8+ ? You can find it here on our github repo : https://github.com/oneall/social-login-whmcs/tree/whmcs/8.0+
Best regards,
Damien
Hello Marc,
Thank you for the notice. You would like to integrate this as a new provider ? To be able to integrate it, they must provide a Oauth API but for the moment I don't find it.
Best regards,
Damien
Hello Matyas,
Maybe your application is not configured correctly.
Could you please open a support ticket to send me your website link and some screenshot of your Apple application settings ?
Do not post these information here.
Best regards,…
Instagram is not usable as a login method anymore. Meta asks to use Facebook login instead of Instagram for login. To be able to use the Instagram API, you will need your FB application to be reviewed, but if it's used for login, they will reject it…
Hello,
You can use add something like this following code into oneall_social_login_extract_social_network_profile function of OneallSocialLogin.sdk.php file. Add at line 163 before "return $data;" line. The following code has not been tested :
…
Hi Kamila,
I've answered your support ticket but if you need to change your Facebook application keys please log into your OneAll account > Select your OneAll site > Social Network > Facebook > Facebook App Setup > Change the keys …
Hello Mike,
The icon is following the Google branding guideline : https://developers.google.com/identity/branding-guidelines?hl=en
Best regards,
Damien
Hi,
When having this message, you need to log into your Facebook developer account (https://developers.facebook.com/apps/?show_reminder=true) then select your Facebook application.
In the white top header, you have App Mode: Development / Live.…
Which privacy policy are you using ? Because I don't understand where cancellation word can be found...
According to your other forum message, it's written that it does not contain cancellation word. I will try to see to add the sentence that th…
Hello Artyom,
If you're talking about the Data Deletion Request URL field, you can set our API data deletion endpoint. You can find it in 5.a step of the Facebook Setup guide.
What is surprising is that there is no cancellation word into privac…