Skip to content

Commit

Permalink
Merge pull request #92 from tjmcewan/patch-1
Browse files Browse the repository at this point in the history
quick note on how to set api version
  • Loading branch information
criso committed Oct 14, 2015
2 parents 2a20f71 + e3b88dc commit 8585362
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -155,6 +155,12 @@ graph.get('likes', {limit: 2, access_token: "foobar"}, function(err, res) {
});
```

## Setting the version of the Graph Api

```js
graph.setVersion("2.4");
```

## Read data from the Graph Api

```js
Expand Down

0 comments on commit 8585362

Please sign in to comment.