Youtube Video feeds link not working - iphone

I am using following link to get list of youtube video for given string in my iOS app.
http://gdata.youtube.com/feeds/api/videos?max-results=10&alt=rss&q=Hello
Previously it was working fine, but now its not giving me any response at all.
Anyone please suggest me on this.

Google has stopped this API, you have to migrate to data API Version 3.0
check the link below for more details
http://youtube-eng.blogspot.com/2015/04/bye-bye-youtube-data-api-v2.html

Related

can you load videos in flutter through an api?

I found this article to upload videos but it already has the urls of the videos written.
I need to pass the videos through an api.
Any ideas??
https://medium.com/#sanjeevmadhav03/preloading-videos-in-flutter-4b65cf0681c6
Check if your api endpoint Supports upload of binary files. If it does, check if you're given url of the location of the video

Google-Webcomponents - YouTube sign-in fails

I am trying to implement a YouTube upload feature on my website, I would like to accomplish this using Google's <google-youtube-upload> webcomponent.
But when I try to sign in using only a YouTube channel - which also is available as a login option - it says Object {type: "tokenFailed", idpId: "google", error: "USER_LOGGED_OUT"} in chrome's console.
It is working just fine if I log in using a Google+ account that has a YouTube channel of the same name associated to it.
Is it not possible to authorize using only a YouTube channel? Or am I simply missing something?
Thanks in advance.

What technology Facebook uses for links?

Just wanted to know what technology facebook uses while posting links.
I have noticed that whenever i paste a link on screen, i get the link as a page.
For example,when i paste youtube's link...
it displays as a video and i can play it there only.
Can some one please let me know how it can be done.
what all is needed
What they do is probably to parse the link(regular expressions are useful here), get ID of the movie and embed a player using Youtube API. Here's documentation of the API: https://developers.google.com/youtube/player_parameters

Post multipart/form-data in C# to upload photos on facebook

I have closely looked into each of the links on stackoverlow and tested them with facebook , but none of them is working for facebook. It throws an error each time (improper format). Please help me , I need a facebook developer in C# to help me out.
We have samples on uploading video and photos in a Facebook nuget sample package.
Can you try this and check out the code please?
Install-Package Facebook.Sample

ShareKit and TwitPic

Heya has anyone tried out sharekit www.getsharekit.com
Im looking for a simple plug n play way to get photos to twitter.
Let me know if anyone has achieved this.
ShareKit supports sharing urls and text with Twitter but not photos (yet).
There has been interest in getting a patch submitted to support this:
http://github.com/ideashower/ShareKit/issues#issue/1
It's open source so anyone can submit an update to add photo support to Twitter (which would be awesome).