A
A
Alexander Wolf2015-03-24 03:03:40
In contact with
Alexander Wolf, 2015-03-24 03:03:40

How to pretend standalone under nodejs (VK API)?

Hey! I have to pretend that I am logging in from the application's standalone client. I have a username and password, I need to get a token. What is the best way to organize this under NodeJS?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Demin, 2015-03-25
@keksmen

You will have to use solutions to interact with the page. There are 2 solutions here:
PhantomJS is less compatible with node than nw, but does not require a graphical environment, which is convenient on the server.
NW.js, on the other hand, is suitable for the implementation of standalone and is almost completely compatible with node (except that the modules being built will have to be rebuilt with a special tool).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question