↧
Answer by Madhava Jay for Youtube API get feed ignore duplicates
Okay, so I worked it out, turns out theres a state property which you can interrogate in the feed. See the code below to know how to check the state and ignore it if its been rejected.Damn Zend...
View ArticleAnswer by codingbuddha for Youtube API get feed ignore duplicates
Both in V2 and V3 you got the status "rejected". Have you checked if this might be also in V1?
View ArticleYoutube API get feed ignore duplicates
I cannot find a way of getting youtube to not return duplicate videos in a feed.I am currently using API v1 and I understand that v2 and v3 are where I should be moving too. I am using ZF 1 and its...
View Article