Is it legal to use Unofficial Youtube Music API? - api

Im currently working as web developer.
Our company has started a new project which needs a MUSIC LIBRARY API.
Youtube Music API might be a best option for us but there's no OFFICIAL API from Youtube Music tho.
However there's several UNOFFICIAL Youtube Music API (as both JS library and REST API). Is it legally OK to use those UNOFFICIAL Youtube Music API?
*what we are going to use from music api is only song title, artist, album name.

Related

Live Redirect on YouTube - Is this accessable via any API?

I love the new "Live Redirect on YouTube" feature but I can't find it anywhere in any of the Youtube APIs. This is the official support for the YouTube Live Streaming API so I'm hoping one of you will be able to point me to where it is.
Bonus - there's a very similar feature I can't remember the official name of that lets you play a promo video just before a Broadcast, while people are waiting. If that's not in the same API, I'd love a pointer to it as well.
Thanks!

Upload a track to Apple Music (API)

Is there a way to upload the track from my computer to Apple Music?
Apple provided an API, but I only found the following request from it:
POST https://api.music.apple.com/v1/me/library/playlists/{id}/tracks
As I understand, this request can add track to the playlist that already uploaded to Apple Music.

Google Play Services Leaderboards for cross platform games

I am working at iOS & android games, and I want to implement a leaderboard system.
What I need to do is add and get scores, exactly what google play services leaderboard does.
The question that I have, is it possible to use the REST api for this purpose and using in the game only with HTTP Requests?
Ex: I want to add a score, I do a POST HTTP Request to some google api url, etc.
In the documentation i found this
https://developers.google.com/games/services/web/clientsetup
TL;DR
Can I use the google play services Rest API only with HTTP Requests, from a cross platform mobile game?
Thanks.

YouTube Data API V3 with iOS7 for uploading video using iPhone app

I am trying to upload a video to my YouTube channel using an iPhone application that I'm implementing. Things I have done so far;
Integrate google-api-objectivec-client in to my project
Create a project in Google API console and obtain Client ID and API
key
What I need now are,
To know that, can I upload a video to YouTube by giving Gmail
address that linked with YouTube, Password, Client ID and API key without implementing Auth 2.0 seperately?
Sample Objective C code for uploading a video to YouTube. As an
example, there is a JAVA code that I have used in my Android
application but there isn't Objective C code for use for my iPhone
application.
What is the difference between gdata-objectivec-client and
google-api-objectivec-client?
UPDTE
iOS 7 and above features, coding, tutorial is appreciated with this matter

Phonegap and SoundCloud API

i'm trying using soundcloud API in Phonegap app, but i'm wondering which is the best practice for letting users signup/login via SoundCloud API and upload music to SoundCloud?
I can't find anything about Phonegap and soundcloud , can you please tell me some best practice and/or resource to follow? Or if it's out there any phonegap plugin for example for soundcloud
thank you.
This phonegap plugin can be used for the auth process:
https://github.com/oauth-io/oauth-phonegap