javascript - Creating users with quickblox - session token generation -


i want make web-page creates users. have generate session token. looked in quickblox's documentation , found nothing it.

could please guide me, step step, how generate session token? (from signature-generation, request, , obtaining session token).

i might have skipped step, if so, feel free correct me.

to generate quickblox token should create session - make query http://quickblox.com/developers/authentication_and_authorization#api_session_creation

for query need signature - read here how generate signature http://quickblox.com/developers/authentication_and_authorization#signature_generation

also here php example how generate signature & obtain session token how generate quickblox authentication signature in php? (last answer)


Comments