Convert Spotify.com `Track` to YouTube Track - api

I have implemented the spotify api succefully and fetched all tracks url using there API.
But The requirement is that:
Search that spotify track on youtube and get url for same as of youtube.
I have found one website from where it is possible.
Please have look:: http://spo2tu.be/
But I would like to implement same logic on my website backend script.
Do anyone give me some idea or solution on same?

Related

Twitter API V2 video url

I'm trying to fetch a tweet's video url using API V2.
Using API V1.1 I can use
https://api.twitter.com/1.1/statuses/show.json?id=<ID>&include_entities=true
and get the direct mp4 urls in the response at
extended_entities.media[0].video_info.variants
But using API V2 I can't seem to find any ways to get those, I was only able to get the video thumbnail but not the actual video.
I've tried it with both the lookup and the recent search endpoints but couldn't find a way to do that.
In lookup docs twitter says:
This endpoint was recently graduated from Twitter Developer Labs, and is the replacement of v1.1 statuses/show, v1.1 statuses/lookup, and Labs Tweet lookup. If you are currently using any of these endpoints, you can use our migration materials to start working with this new endpoint.
but that doesn't seem to be the case, is that feature not included ? Also if there is any other way to be able to embed a twitter video in a web page (without the tweet text) that'd be helpful.
The videos are not currently available in the Twitter API v2 at this time. This is a known request.
For those who still looking for an answer, you can do it on the V2 by adding the following parameters :
expansions=attachments.media_keys
media.fields=variants
Your final link should give https://api.twitter.com/2/users/{{uid}}/tweets?expansions=attachments.media_keys&media.fields=variants
Source : https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/media
Progress on twitter-api-v2 media handling, Maybe this will allow the video URLs too in the response.
https://twittercommunity.com/t/v1-1-media-endpoints-available-for-essential-access-in-the-twitter-api-v2/171664

Ability to request pins by tags from Pinterest API

I want to request pins without login to Pinterest by providing a set of tags. Is this possible? I searched through current Pinterest API and couldn't find anything like some search method. I know that I can get a google custom search engine and fetch photos from pinterest.com source from google but wanted to do it natively.
Any help appreciated!

Can you use the Vimeo API to return videos uploaded by region or liked by region?

Does anyone know if it's possible to use the Vimeo API to return videos based on where in the world the video was upload from or alternatively where in the world the video has been liked from? Does Vimeo store any location specific information? Any help on this would be awesome!
Don't think so. Vimeo currently doesn't expose any geolocation data via their api. Can't say whether or not they're tracking it internally on their backend.
They did just launch a new help page:
https://vimeo.com/help/contact
Might be worth messaging through that site to confirm.

Google+ post or "+1" something using Google+ API

I see that Google started to offer some alpha API.
Is there any way to post something in Google+ using Google+ API? If not the same way as for Facebook and Facebook SDK, at least something similar.
I would like to implement it in a native iOS/Android code.
No. I expect that similar to how there is no way to implement a Like via an API, there will never be an API to allow sending a +1 via an API. It is expected and intended to only ever be done by direct action by a user, NOT something that can be manipulated by a programmer to artificially inflate their rankings.

Using the grooveshark API with html5 audio tags

Are you able with the grooveshark api to get a songs data and play it with the html5 audio tag? Or something similar..
I don't seem to understand how the API actually works - do I get data or just a link to grooveshark for the given song?
Without access to the Grooveshark Public API it is not possible - only possible to search songs, users, playlists ect.
Another thing is the Javascript API which is used by injecting the Javascript to the Grooveshark page which isn't what I was looking for...