Skip to content

Commit 39020c4

Browse files
authored
Add FB API changelog link
1 parent 692c5b7 commit 39020c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,11 @@ graph.get('likes', {limit: 2, access_token: "foobar"}, function(err, res) {
161161
## Setting the version of the Graph Api
162162

163163
```js
164-
graph.setVersion("2.4");
164+
graph.setVersion("2.8");
165165
```
166166

167+
See [Facebook API changelog](https://developers.facebook.com/docs/apps/changelog) for available versions.
168+
167169
## Read data from the Graph Api
168170

169171
```js

0 commit comments

Comments
 (0)