Skip to content

Commit

Permalink
facebook-graph 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gasi committed Apr 4, 2011
1 parent 894106e commit e4ebee1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog: Facebook Node.js SDK

## Version 0.0.6 – April 4, 2011

- Fixed bug in `getUserFromSignedRequest`: Missed `this` qualifier for call
to `decodeSignedRequest` and `data` qualifier for `oauth_token`.

## Version 0.0.5 – April 3, 2011

- Added `getUserFromSignedRequest` function.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "facebook-graph",
"description": "Facebook Node.js SDK",
"version": "0.0.5",
"version": "0.0.6",
"author": "Daniel Gasienica <daniel@gasienica.ch>",
"main": "./lib/facebook",
"keywords": [
Expand Down

0 comments on commit e4ebee1

Please sign in to comment.