Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In programming, music refers to sound that follows properties distinct from speech or noise, or the symbolic representation, manipulation, and representation (display or audio) of musical objects, or for the metadata of these objects. Related tags, such as [audio] or media] refer more generally to ...

learn more… | top users | synonyms

0
votes
0answers
21 views

Is there any way to recover lost FBML tag data (lost)

I was not aware that facebook was deleting FBML tabs for fan pages. I lost a huge amount of information (ie , my bands event calendar and other useful stuff). Is there any way to recover that info? ...
0
votes
0answers
87 views

music.listen API returns old data

I've been using music.listens API for while now. I've noticed that my app stopped working correctly. I investigated a little bit further then found out that the music.listens is not returning the ...
0
votes
0answers
146 views

Uploading video with royalty free soundtrack via app and copyright infringement [closed]

I'm developing an iphone app that allow the user to add a soundtrack to his video and upload it to Facebook. The soundtrack is royalty free licensed and legal, I'm worried about Facebook miss detect ...
1
vote
0answers
18 views

How to post actions to music section?

Our app is whitelisted for music open graph actions. What we should do to post actions on music section (fb.com/music)? Is it possible to do it from mobile devices?
0
votes
0answers
39 views

How to set the URL for the music:musician to an existing Facebook page for that artist

I noticed that when spotify and mog post a Facebook activity, if I click the artist I go to the artist Facebook page. How do I link music:musician in the music.listen action on the activity page to ...
1
vote
1answer
474 views

music.listen returns an empty array

I'm working on a Spotify in-app application. I like to know what my friends are listening. I'm currently using music.listen open graph api, but it returns an empty data for most of users. I signed ...
0
votes
1answer
490 views

Remove 'popular music' module from Facebook artist page

On the new Facebook Timelines for bands, they will show popular music by that artist. Except sometimes they get it wrong, and it seems impossible to remove! Here is an example: The artist is called ...
0
votes
0answers
113 views

Can't create Facebook Page within app settings

Can't create facebook page connected to app in advanced settings. Get error message saying...Creating content with this name is not allowed. Try another name. I created a like page separate from the ...
0
votes
1answer
237 views

Facebook inline music player

I have created an application that allow users to share a preview of a song with their status and post to their wall. Just yesterday, the post will have an inline flash player allowing others to play ...
3
votes
2answers
598 views

Get music listens using FQL

I am trying to get music.listens for a user and a user's friends using FQL. Does anyone know what is the FQL query for getting music.listens? Thanks!
0
votes
1answer
597 views

Whitelist for Music API?

basically I'm creating an online embedded playlist creator. I'm looking to stream the current song to Facebook however I am aware I need to be on a whitelist to do so. How do I go about gaining ...
0
votes
1answer
640 views

How to get an artist's “also on” external links through Graph API?

Many popular artists now feature an automatically populated "Also on" widget on their Facebook pages. Is there a way to get those through the Graph API? Facebook page examples: ...
1
vote
2answers
945 views

Opengraph and music.listen

Trying several time to use the music.listen action and ending up trying to create our own listen action and song object. Some posts suggested that music.listen and songs built in actions and object ...
0
votes
2answers
335 views

Facebook: Listening songs on Spotify of firends or me always return empty array (music)

I'm trying to get the current user's listens and friends listens. I am sure my friends has listened songs on Spotify and those songs has been synced to Facebook, and I also could see it on my music ...
0
votes
0answers
125 views

Music actions and objects

It has previously been stated that the new music Open Graph actions and objects for now are only available to music launch partners. This still seems to be the case. Does anyone have any updates ...
2
votes
3answers
301 views

How to return array of user's music with php sdk

I have a bit of code I want to use to return a user's favorite music as pic squares using the php sdk. I found this code (used to display a user's friends): $musics = ...
6
votes
4answers
1k views

OpenGraph Music music.listens returns error

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": ...
4
votes
3answers
1k views

Facebook settings for posting music to Timeline

I'm working on an app to post music to the Facebook timeline, but having problems when I POST as recommended in the doc. I use OAuth 2 to successfully get the user's Facebook ID and a valid ...
1
vote
0answers
57 views

Is it against facebook's data policy to use their music, books, movies data on my website? [closed]

I would like to have my own database of music, books and movies just like facebook's. But I'm not sure how to procure such a database or if there is a database out there that is open to use to ...
0
votes
3answers
761 views

How does Facebook Music Object works?

i'v built a music canvas application and i'm trying to figure out how the Facebook Music and Audio Objects work. i did everything the Open Graph Music Documentation Page said here is my open graph ...
5
votes
2answers
4k views

Using Open Graph API, can I see when users Add To Playlist or Star tracks in Spotify?

How would I access when a user (and a friend of a user) adds a song to a playlist, or stars a song in Spotify, Rdio etc?
3
votes
2answers
433 views

Facebook Media Attachment - fallback URL for 'music' type?

I'm using Facebook's Legacy REST API to publish MP3 media attachments to users' streams (as the new Graph API does not yet support audio). This renders the audio in Facebook's own media player as ...