Search code examples
phpfacebooktwittermp4tumblr

Facebook audio Upload of mp4 format


Need help/idea on this.

I have to create a mp4 audio file and then have to upload it on facebook, twitter and tumblr.

I know there is no specific API for this there. But is there any other way out?

I also know i can upload files on separate server and then can provide the link. But i want it to play there only as video's in facebook.

Any ideas on this will be appreciated.


Solution

  • you can utilize open graph, i.e. create a web page with og:audio related meta tags, see the following doc (scroll towards the bottom):
    https://developers.facebook.com/docs/opengraph/

    then anytime a user/page/app likes a page, it is uploaded to their facebook

    hope this helps