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) {