criso / fbgraph

NodeJs module to access the facebook graph api
http://criso.github.io/fbgraph/
1.09k stars 177 forks source link

How to set the filename of raw data to post a video? #110

Closed agalloch21 closed 2 months ago

agalloch21 commented 7 years ago

As facebook said here: https://developers.facebook.com/docs/graph-api/reference/video " When including a source parameter, you should include a filename with the correct extension that indicates the type of file container. For example, the attached file name should be filename.mov instead of just filename. "

but how can I set the filename of raw data?