From cd15fdf561a0b4466fedc04654c0dc6b935b8b5a Mon Sep 17 00:00:00 2001 From: chrischw Date: Sat, 30 Jun 2012 17:30:50 +0300 Subject: [PATCH] Added a note on the res_type parameter which is not included in the examples. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 19f5f22..5f6fd2d 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ Authentication code and Token console.log(token); }); +Note: If you use tokens, do not forget to specify the *res_type* parameter: + + var url = flattr.auth_url(client_id, 'flattr thing email extendedread', 'token'); + List an authenticated users flattrs: flattr.flattrs.list_auth(token, function (flattrs_list) {