Skip to content

Commit

Permalink
updated REST example to work on twitter API v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mef committed Jan 1, 2013
1 parent c2f762e commit 5d134ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -26,7 +26,7 @@ Create a Tuiter object with your [Twitter application keys](https://dev.twitter.
Use the api methods as you want, for example:

```js
tu.mentions({trim_user: false}, function(err, data){
tu.mentionsTimeline({trim_user: true}, function(err, data){
console.log(data);
});
```
Expand Down

0 comments on commit 5d134ee

Please sign in to comment.