Skip to content

Commit

Permalink
quick note on how to set api version
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmcewan committed Oct 8, 2015
1 parent 2a20f71 commit e3b88dc
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 e3b88dc

Please sign in to comment.