W
W
WebDev2016-10-31 12:58:02
In contact with
WebDev, 2016-10-31 12:58:02

VK API get audio not working?

I'm trying to get a list of the user's audio recordings:

'owner_id'         => $user_id,
'access_token'  => $access_token,
'extended'        => 1,
 'v'                   => '5.60',

I get this response:
array:1 [
  "response" => array:4 [
    "count" => 2
    "items" => []
    "profiles" => array:1 [
      0 => array:8 []
    ]
    "groups" => []
  ]
]

I have 2 groups in my audio recordings, which is what is shown in count, but items is empty. What am I doing wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
WebDev, 2016-10-31
@kirill-93

"Withdrawn" entries were not displayed. The rest are taken out.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question