External login access
Hi.
I'm trying to login to our vBulletin forum from one external website (at same host).
The process I'm following is accessing the Api with the login_login method, so I recive one proper session.dbsessionhash and the session.userid with a redirect_login response.
Array
(
[session] => Array
(
[dbsessionhash] => 99760b6f1c5d05163475abb143ce8f5a
[userid] => 17256
)
[response] => Array
(
[errormessage] => Array
(
[0] => redirect_login
[1] => Demouser
)
)
)
My problem is that I'm stuck in there because what I want is when I click the link to access the forums I still see the login and pasword textboxes so something has not been done properly.
I suposse I'm not creating a real session. Could someone point me in the right direction? What I need is access my vBulletin and appear logged when I click my forum link from the website I'm calling the API login_login method.
Thank you very much in advance
|