Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Find Query - Additional Parameters #29

Open
laspence opened this issue May 14, 2014 · 0 comments
Open

Find Query - Additional Parameters #29

laspence opened this issue May 14, 2014 · 0 comments

Comments

@laspence
Copy link

$params = array(
'id' => ???,
'video_fields' => 'id,name,shortDescription'
);

Only worked when i used the following code:
$params = array(
'video_id' => ???,
'video_fields' => 'id,name,shortDescription'
);

I had to change id to video_id

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant