XenForo
Administrative
- Thread starter
- Admin
- #1
Hi guys.
I am upgrading to Xenforo 2 and I need to be able to remotely log into XF2 from another subdomain
my login form is on form.mywebsite.com and xf2 is on forums.mywebsite.com
As suggested I am using the Auth rest API
When I pass the login credentials, I do get a success response back...
Code:
Read more
ادامه مطلب...
I am upgrading to Xenforo 2 and I need to be able to remotely log into XF2 from another subdomain
my login form is on form.mywebsite.com and xf2 is on forums.mywebsite.com
As suggested I am using the Auth rest API
When I pass the login credentials, I do get a success response back...
Code:
Code:
Array
(
[success] => 1
[user] => Array
(
[about] =>
[activity_visible] => 1
[alert_optout] => Array
(
)
[allow_post_profile] => members...
Read more
ادامه مطلب...