slider
slider

Reputation: 2816

Soundcloud likes from Facebook Graph API

Assuming I've gotten access to the user_likes permission, I can't find the endpoint that gets me a user's Soundcloud likes from their Facebook open graph. I'm trying to use the v2.4/me?fields=likes node but it only returns pages I've liked. None of the likes that appear in my own activity feed are returned. Is there a different endpoint I should be using?

Upvotes: 0

Views: 95

Answers (1)

Tobi
Tobi

Reputation: 31479

I'm a little bit confused. The "likes" an Soundcloud are not Facebook likes IMHO, at least there is no indication that they're an og.like action. Soundcloud would also need the according permission to be able like objects via facebook Graph API.

At least for my user account I can say that Soundcloud doesn't have those permissions.

If they WOULD be OpenGraph likes, you could query them via

/me/og.likes

But be aware that there are no additional filtering possibilities, meaning you'd have to filter in your app.

See

Upvotes: 1

Related Questions