facebook-api-video-upload
Advanced tools
Comparing version 2.0.0 to 2.0.1
const streamToPromise = require('stream-to-promise') | ||
const rp = require('request-promise') | ||
const fs = require('fs') | ||
@@ -5,0 +4,0 @@ const url = 'https://graph-video.facebook.com' |
{ | ||
"name": "facebook-api-video-upload", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A handy function to upload video in chunk on the facebook graph.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
const fs = require('fs'); | ||
const fbUpload = require('./'); | ||
// You can download some fixture using npm run fixture cmd | ||
const args = { | ||
@@ -5,0 +7,0 @@ token: "", // with the permission to upload |
6370
1