Correct me if I'm misunderstanding the question, but I believe the
issue may be related to the parameter names you're passing. To
differentiate between tv shows and movies, the api expects a param
called "kind", and it seems like you're passing "type." On my end,
everything behaves as expected with the parameters
/api/oauth/v1/media.json?q=Jackass&kind=TvShow&count=50
params:
q: Jackass
kind: TvShow
count: 50
or
/api/oauth/v1/media.json?q=Jackass&kind=Movie&count=25
params:
q: Jackass
kind: Movie
count: 25
Let me know if I'm not answering the right question, or if this
doesn't resolve your issue.
Justin
On May 19, 2:40 pm, vaibhav mishra <
vinu76...@gmail.com> wrote:
> <
https://lh5.googleusercontent.com/_8IgrExDrA8Y/TdWOIRNq-3I/AAAAAAAACA...>