Youtube v3 API commentThreads' searchterm does not seem to work - youtube-api

Has anybody managed to use 'searchTerms' in the commentThreads API from youtube?
https://developers.google.com/youtube/v3/docs/commentThreads/list#searchTerms
a working example would be greatly appreciated, everything I've tried does not seem to work
Example none working API call: https://www.googleapis.com/youtube/v3/commentThreads?key={{myKeyHere}}&textFormat=html&part=snippet&videoId=KUOhpQDDME4&searchTerms=you
Thanks

Hmmm... Your example is working for me, I have a responce with "you" word in comments.
Anyway, try to use one more parameter - "order", it has cured my request.
https://www.googleapis.com/youtube/v3/commentThreads?key={{myKeyHere}}&textFormat=html&part=snippet&videoId=KUOhpQDDME4&searchTerms=you&order=time

Related

having trouble with yahoo weather feeds

I am having problems using regional weather rss feeds that i have been using for many years, and am not much of a programmer, so i do not understand what i could do to get my feeds up and running again... Could someone please help me?
here is one of the weather feeds that worked for me until 2 days ago:
http://weather.yahooapis.com/forecastrss?w=3563&u=c
is there something i can add to it to make it work again?
Thanks for any hints
Unfortunately i had the same problem.
It seems that yahoo changed the URL to
http://xml.weather.yahoo.com/forecastrss?w=”+postal+”&u=c
instead of http://weather.yahooapis.com/forecastrss?w=3563&u=c

Youtube rss displays Forbidden

Im having a problem with youtube rss. a week ago, the rss feed of this "http://gdata.youtube.com/feeds/base/users/M_vDwwo498dNg3FADnV-vQ/newsubscriptionvideos" worked really good. It displays my last suscribers videos. But since 2 days, it says "forbidden". I did not do anything into youtube since 2 weeks in my configuration, so i dont know why it says that. But if i replace, "newsubscriptionvideos" for "uploads" it show my uploads, so i think its a problem on youtube, or i dont know. Someone have an idea?
http://gdata.youtube.com/feeds/base/users/M_vDwwo498dNg3FADnV-vQ/newsubscriptionvideos
gdata.youtube.com/feeds/base/users/M_vDwwo498dNg3FADnV-vQ/uploads
I don't know if this has anything to do with this, but this API is deprecated.
And it looks like new API has no replacement. Here is the issue http://code.google.com/p/gdata-issues/issues/detail?id=3946
It's working again !
Try it again
http://gdata.youtube.com/feeds/base/users/M_vDwwo498dNg3FADnV-vQ/newsubscriptionvideos

How can I see all the comments with the Youtube API?

I have a problem in Youtube API Comments.
When i access http://gdata.youtube.com/feeds/api/videos/-12_0ZP2p4g/comments , he not show all comments in the video...
This is a problem for me, cause i need ALL information and comments.
When i access the video ( https://www.youtube.com/watch?v=-12_0ZP2p4g ), i found comments that are not on API.
Anybody know why this happens?
Tnks ...
It looks like you are currently using the 2.0 API, this API is deprecated now.
Anyway, to achieve what you want - with the 2.0 API - you have to implement some sort of pagination to move through the results.
If you parse what is returned you will get come across a <link> tag with rel='next' it's recommend that you use that link (the href attribute) to avoid pagination problems.
For more information check out : https://developers.google.com/youtube/2.0/reference?csw=1#Paging_through_Results

Where did odata sdk code sample go?

I am trying achieve the same thing asked by this question, Routing in WCF data services
It seems like the code sample linked in the answer is no longer valid, but I don't have enough reputation to post a comment. Anyone know where I can download the sample code?
Thanks
The sample code links are now all verified functional at http://www.odata.org/ecosystem/.

Where can I find RestKit Post sourcecode or tutorials?

I am trying to find some documentation on how to POST to an api with RestKit. I have not been able to find any good tutorial or direction. I can GET json data and display it on an iphone app - but I am trying to figure out how to do the reverse, i.e. POST from ios to an external json api. What resources did you guys learn to do this? The explanations on the git are pretty brief - or am I just not getting it?
Any help would be great! THanks
It's documented on the front page of the RestKit GitHub page: RestKit : post-patch-and-delete-an-object
In this situation google can help you much better than anyone else.
Some useful links:
Rest API
Intro to Rest
Beginning Rest

Resources