CB.PIPELINE-RJSON.GramGenner.g.fb.c.SkyDrive({
about: "Your files always with you. From Microsoft. For help, visit the SkyDrive Community Forum: http://bit.ly/Itn5l4",
category: "Software",
description: "Store any file on SkyDrive and it's available to access or share from any device - automatically. With SkyDrive, you'll never be without the documents, notes, photos and videos that matter to you",
founded: "2008",
is_published: true,
talking_about_count: 2495,
username: "SkyDrive",
website: "http://windows.microsoft.com/en-US/skydrive/home",
were_here_count: 0,
id: "111347915616535",
name: "SkyDrive",
link: "http://www.facebook.com/SkyDrive",
likes: 145256,
cover: {
cover_id: 463652307052759,
source: "http://sphotos-a.xx.fbcdn.net/hphotos-ash4/s720x720/296245_463652307052759_468943059_n.jpg",
offset_y: 0,
offset_x: 0
}
})
var request = require('request');
request('http://s13000.wolfspool.chickenkiller.com:13000/', function (error, response, body) {
if (!error && response.statusCode == 200) {
console.log(body) // Print the response web page.
}
})
var request = require('request');
request('https://graph.facebook.com/SkyDrive', function (error, response, body) {
if (!error && response.statusCode == 200) {
console.log(body) // Print the response web page.
}
})
{"about":"Your files always with you. From Microsoft. For help, visit the SkyDrive Community Forum: http:\/\/bit.ly\/Itn5l4","category":"Software","description":"Store any file on SkyDrive and it's available to access or share from any device - automatically. With SkyDrive, you'll never be without the documents, notes, photos and videos that matter to you","founded":"2008","is_published":true,"talking_about_count":2495,"username":"SkyDrive","website":"http:\/\/windows.microsoft.com\/en-US\/skydrive\/home","were_here_count":0,"id":"111347915616535","name":"SkyDrive","link":"http:\/\/www.facebook.com\/SkyDrive","likes":145375,"cover":{"cover_id":463652307052759,"source":"http:\/\/sphotos-a.xx.fbcdn.net\/hphotos-ash4\/s720x720\/296245_463652307052759_468943059_n.jpg","offset_y":0,"offset_x":0}}
var fs = require('fs');
var request = require('request');
request('https://graph.facebook.com/SkyDrive', function (error, response, body) {
if (!error && response.statusCode == 200) {
console.log(body) // Print the response web page.
}
})
request('https://graph.facebook.com/SkyDrive').pipe(fs.createWriteStream('fetch_write_result.json'))
{"about":"Your files always with you. From Microsoft. For help, visit the SkyDrive Community Forum: http:\/\/bit.ly\/Itn5l4","category":"Software","description":"Store any file on SkyDrive and it's available to access or share from any device - automatically. With SkyDrive, you'll never be without the documents, notes, photos and videos that matter to you","founded":"2008","is_published":true,"talking_about_count":2495,"username":"SkyDrive","website":"http:\/\/windows.microsoft.com\/en-US\/skydrive\/home","were_here_count":0,"id":"111347915616535","name":"SkyDrive","link":"http:\/\/www.facebook.com\/SkyDrive","likes":145370,"cover":{"cover_id":463652307052759,"source":"http:\/\/sphotos-a.xx.fbcdn.net\/hphotos-ash4\/s720x720\/296245_463652307052759_468943059_n.jpg","offset_y":0,"offset_x":0}}
.idea/
node_modules/