fb-react-sdk
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -28,3 +28,3 @@ /** | ||
exports.version = '1.0.2'; | ||
exports.version = '1.0.3'; | ||
@@ -197,3 +197,3 @@ /** | ||
.send(this.postData) | ||
.then(function (err, res) { | ||
.end(function (err, res) { | ||
if (err) { | ||
@@ -200,0 +200,0 @@ return self.callback({ |
{ | ||
"name": "fb-react-sdk", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Facebook Graph API client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -9,3 +9,3 @@ #### Note: fb-react-sdk is forked version from [FBgraph](http://criso.github.com/fbgraph/). The forked version is capable of working directly with your react application with no dependency on node.js. In other words, you can use this module in your React application that uses webpack or es6+. The rest of the documentation remains the same as FBgraph. | ||
### Version: 1.0.1 | ||
### Version: 1.0.3 | ||
@@ -12,0 +12,0 @@ ## Oh nooooooesss - MOAR facebook |
Sorry, the diff of this file is not supported yet
57037