From cc9eb4c32f0b9d2c000ee86aabc93fb47ce9ee11 Mon Sep 17 00:00:00 2001 From: Danny Guo Date: Thu, 29 Aug 2019 17:52:12 -0400 Subject: [PATCH] Note that getUser already performs the OAuth step --- samples.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples.md b/samples.md index 6e71cce..81f79c0 100644 --- a/samples.md +++ b/samples.md @@ -202,6 +202,10 @@ client.getAllUsers({ }); ``` #### Get User + +Note that there is no need to authenticate the user through OAuth after you get the user. This +library does that for you. + If using a static fingerprint across platform: ``` client.getUser('')