vodka2/vk-audio-token

how get non secure access_token

umerov1999 opened this issue · 6 comments

how get non secure access_token without &sig official token reciver?

@umerov1999 please see the last commit in temp-official-no-sig branch. Does it work for you? I'll probably merge it on the weekend.

Not Work
image

@umerov1999 Please try example/vk_official.php and then example/usage/vk_official.php scripts first and post the errors here. If they produce no errors then the problem is your code. If you show the part of your code where you are obtaining and using tokens, I can probably tell what is wrong.

Работает, я просто не тот User-Agent выставил

VK_APIMETHOD Akkount(Token, VKAndroid_USERAGENT);
Akkount["audio.get"] // << HTTP_PARAMS(
//HParam("https", "1"),
//HParam("device_id", device_id),
//HParam("lang", "ru")
//);
;
win_message().show((stringstream() << Akkount().Object).str());

Works too. (не обязательно при вызове api аудио передавать device_id)

Сделал модификацию вк феникса с поддержкой музыки и скачиванием
Screenshot_20200301-010959