Is it possible to get an artist's social media from Spotify API? - spotify

Is it possible to ge an artist's social media (like Twitter, Instagram) from Spotify API? Basically this question about Soundcloud

Based on the spotify documentation that is not possible. However, it appears that an artist social media is available under more info in the app so I guess the info is not exposed via the API. Have you considered using the social medias API instead to look for artists?

Related

Instagram API with PHP

I have an application where I am using Facebook,Linkedin and Twitter Api's to post on the respective platforms.Now I am deciding to use Instagram to start posting using their Api but I have not found any good articles to implement their Api.
Moreover I have read somewhere that it is not possible to post media contents using Instagram Api's. Is it true or we can now use Instagram to share media contents ?
Currently, it's only possible to post comments via the Instagram Graph API. You cannot post media.
https://developers.facebook.com/docs/instagram-api/reference/media
IG Media
Represents and Instagram photo, video, story, or album.
Creating
This operation is not supported. To create an IG Comment, use the POST /{ig-media-id}/comments endpoint instead.
However there is a new publishing beta program you must be invited into:
https://developers.facebook.com/docs/instagram-api/reference/user/media
Creates a media container for a photo IG Media object. This endpoint is only available to partners in the Content Publishing API beta program.
https://developers.facebook.com/docs/instagram-api/guides/content-publishing

Programmatically post and tag media on Instagram

I searched into the Instagram API docs and I discovered that posting images and tagging products through API requests is not (yet?) possible.
Is it true?
Depends from type of account that you use:
Personal account. Not possible to post via API
Business account. Posible via API Graph for Instagram. https://developers.facebook.com/docs/instagram-api/overview

Is it possible to push video content from a mobile app to Instagram stories by using Instagram API?

Is it possible to push video content from a mobile app to Instagram stories by using Instagram API?
Many thanks for your help
No, this is not possible. Instagram doesn't allow API calls to post content

requesting artist biography is missing in spotify api docs

I've looked everywhere in the Spotify API documentation as well as spending an hour or so circumventing plan A, by trying to use Rovi's API (Spotify's data provider, I think...). Rovi's music api access is a mess, btw.
Anybody have success in retrieving an artist's biography text data? (see ex image)
Artist's biography it's just not added in any endpoint of the Spotify's API. If you see the biography in Spotify app that's probably because the app uses a closed API whose documentation it's not available to the public.

Spotify Apps API - Get ID of Collaborative Playlist User

Is it possible to get the userid of the person who added a track to a collaborative playlist within the Spotify Apps API?
In short — no. The Apps API exposes no usernames at all at this time.

Resources