|
MediaStreaming
How to push media files thru FeedGraph
IntroductionFeedGraph nodes and edges only support JSON data objects. If you need to push binary content to users, you can upload content to a third-party storage service like AWS EC2 and push links to FeedGraph. Additionally, FeedGraph has experimental support for temporarily storing media files using the media stream API, detailed here. Supported FormatsFiles uploaded with the following mime-types are supported:
POSTing FilesSend an HTTP Post request to http://upload.feedgraph.com with the proper Content-Type. The HTTP response will include the headers "Location" and "X-Location" which cab be used to retrieve the uploaded media file. |