Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenGraph Music music.listens returns error [closed]

Following the spec here http://developers.facebook.com/docs/opengraph/music/

When I post: POST https://graph.facebook.com/me/music.listens?song=[song url]

The response is invariably:

{ "error": { "type": "OAuthException", "message": "An unknown error has occurred." } }

like image 433
jeffluckett Avatar asked Sep 29 '11 19:09

jeffluckett


2 Answers

A bug report has been filed here: https://developers.facebook.com/bugs/124491790988961

According to a developer in the comments section, open graph music is not yet available to the developer public.

like image 137
Kyle Fleming Avatar answered Nov 18 '22 02:11

Kyle Fleming


A Facebook developer replied regarding this here: Opengraph and music.listen

Seems like the best option is to create own "play music" actions, since Facebook doesn't seem to allow POST to music.listens in a foreseeable future... :/

like image 1
Kristofer Sommestad Avatar answered Nov 18 '22 03:11

Kristofer Sommestad