tonytz
06-22-2011, 08:49 AM
i try to integrate an external program with vbulletin with an external php-based registration script using the following API:
https://www.vbulletin.com/forum/content.php/393-User-Registration-Process-Mobile-API
i will call the api.php using fopen along with the necessary GET and POST vars
based on the instruction at step 4, after completing the register_addmember procedure, you will get the sessionhash, how can you transfer this session to the user's browser (so user appears logged in)? is this even possible?
i am clueless so any help is highly appreciated, thanks!
https://www.vbulletin.com/forum/content.php/393-User-Registration-Process-Mobile-API
i will call the api.php using fopen along with the necessary GET and POST vars
based on the instruction at step 4, after completing the register_addmember procedure, you will get the sessionhash, how can you transfer this session to the user's browser (so user appears logged in)? is this even possible?
i am clueless so any help is highly appreciated, thanks!