Closed proninyaroslav closed 5 years ago
Hi @proninyaroslav vk-requests implements 2 types of authorization:
Not sure what you mean by client credentials flow
About this https://vk.com/dev/auth_direct
Hm, no, it's not supported unfortunately. However looking at the call flow, it looks very similar to what it does for the current methods. So I guess it's shouldn't be a big deal to implement it.
Excellent. Do you need help in implementing this feature?
I'd actually appreciate any help, because recently don't have much time for the new features.
I sent a patch that adds this feature.
The feature is available in v1.2.0.
Hi. I want to use direct authorization (maybe Client Credentials Flow) for my application, that is, use the
client_secret
and application ID for authorization. How can I transfer the secret key byvk_requests
? Orvk_reuqests
doesn't support this type of authorization?