Is there a way to get similar or related Tracks for a given Deezer Track-ID?
Soundcloud and YouTube both have such an service, but I can't find one in the Deezer Api Documentation.
Does anyone know the name of the api-endpoint for this?
Unfortunately, there is no endpoint to get the related tracks to a Deezer track ID. However, you can get the related artists like written in the documentation : http://developers.deezer.com/api/artist#connections
Related
I am wondering if it is possible to get user interests using their OpenGraph API.
What I want to get is something similar to the following:
User A interested in online shopping, guitar, Amazon.com, iPhone cases, iPhone Accessories
So on and so forth...
As of my research, I found that it's only possible to get user page likes.
Is there an endpoint for getting the current users watching a facebook live video? Looking at the reference at https://developers.facebook.com/docs/graph-api/reference/live-video/, I can get the total number of users currently watching, but there doesn't appear to be an edge for retrieving those users... is this even possible?
No, that's not a feature supported by the Graph API at the moment. There are edges for comments, likes, and reactions, so you could get a list of some of the users who have watched with those edges, but there is no way to list all viewers.
Using deezer api, is it possible to get the more popular songs? I saw a rank attribute on the tracks but didn't see in the search api a way to specify a minimum rank or sthg like that.
Thanks
What you are looking for is that: http://developers.deezer.com/api/editorial/charts
In facebook you can rate movies you watched with a five-star rating. Is there anyway to get this rating using Graph API?
This can be accessed via the
GET /me/video.rates
endpoint. See here https://developers.facebook.com/docs/reference/opengraph/action-type/video.rates/#read for the documentation. As far as I know you need the "user_actions.video" permission, althought this is not explicitly stated in the permission docs below https://developers.facebook.com/docs/facebook-login/permissions#reference-opengraph
I want to get songs list which played in Spotify, and I could see it under 'recently activity' feed, but how to get those recently activity feed info Using facebook API?
Yes, I know I could get common feed by 'me/feed', but is there a way to get recently activity feed like 'me/activity feed'?
It seems that Facebook has prepared the api for it, but it is not working yet. I guess it will be available on https://graph.facebook.com/me/music.listens at some point.
Read more here:
https://developers.facebook.com/docs/beta/authentication/read/ and
Using Open Graph API, can I see when users Add To Playlist or Star tracks in Spotify?