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.

MPEG-1 or MPEG-2 Audio Layer III, more commonly referred to as MP3, is a patented digital audio encoding format using a form of lossy data compression. It is a common audio format for consumer audio storage, as well as a de facto standard of digital audio compression for the transfer and playback ...

learn more… | top users | synonyms

0
votes
0answers
12 views

Post protected audio link from server on facebook

I'm writing an iPhone App, that will allow users to post mp3s on facebook. These audio files are copyright protected, but we own the license. They are stored on our server. But exposing the link is ...
0
votes
1answer
211 views

Facebook API Cant upload streaming audio to page wall

I have a music blog and would like to duplicate all my posts to facebook, but I can't get the api to post streaming audio like I can when I post manually. It does actually post, but the audio is ...
2
votes
1answer
1k views

Posting an audio(mp3) link using php api, does not give the inline Facebook mp3 player?

I am trying to post a direct mp3 link (non-copyrighted publicly available) on a Facebook timeline post. When I post the link manually, it gives an inline Facebook audio player so I can play the mp3 ...
0
votes
1answer
187 views

How do I get an mp3 to play in a status update from the Windows Phone?

Facebook has this nice feature, that if I paste the link of an mp3 file into my status update, it generates this nice little mp3 player. For example, paste this link into your status box, and you ...
1
vote
1answer
176 views

MP3 not playing in FBML

Our application is dead, I'm using FBML mp3 tag for audio loading <fb:mp3 src="http://musicurl.mp3" title="title" artist="artist" album="album"/> The app is used for more than 100k users and ...
2
votes
1answer
660 views

How to upload mp3 file using Facebook Graph API [PHP SDK]

I am using PHP SDK to upload/publish mp3 file on facebook page. I have a wordpress blog and using cron jobs to schedule post. Cron job has no issue and everything seems to be working great except ...
0
votes
2answers
571 views

mp3 uploaded to Facebook isn't showing in Facebook app on iPhone or Android

I'm developing an app that allows the user to upload an mp3 file to a facebook friend's wall. It's all working well. If I look at the friend's profile page in facebook using IE or Safari, I can see ...
1
vote
0answers
159 views

Include both an image and an MP3 file in stream.publish when posting feed on Facebook

I want to include both an image and an MP3 file in stream.publish when I publish a feed. But according to the Facebook API reference stream attachments can include either an image or an MP3 file or ...
1
vote
1answer
472 views

How to embed music to one's Facebook wall using PHP SDK 3.0?

I want to develop an application that posts mp3 files to people's walls (with an embedded music player). Stream Attachments look like the way to go but I can't really find a tutorial as to how to use ...
0
votes
1answer
5k views

Embed player on Facebook Wall [duplicate]

Possible Duplicate: How to embed a custom SWF based audio player into facebook wall posts? I don't know how to do this so please help :) I want to start posting mp3 links on my and other ...