Skip to content

Commit 59e03cc

Browse files
committed
Update README.md
1 parent 271b269 commit 59e03cc

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
@@ -72,7 +72,7 @@ api.trending(count, verbose)
7272
Trending returns an array of json objects. Example structure [here](https://gist.github.com/davidteather/0be2e495e2de54098e8f2a9594581d27)
7373
JSON object tree [here](https://gist.github.com/davidteather/bc4baef0edb621dd322c8ad128a31ac1)
7474

75-
##### The userPosts method
75+
##### The userPosts Method
7676

7777
```
7878
# Where count is how many results you want
@@ -81,6 +81,8 @@ JSON object tree [here](https://gist.github.com/davidteather/bc4baef0edb621dd322
8181
api.userPosts(userid, count, verbose)
8282
```
8383

84+
Since this isn't an offical TikTok API the TikTok servers don't know what to do. This method specifically will throw a lot of errors if you have verbose on. It takes a lot longer than trending, however it will still end up working. Just give it a few minutes.
85+
8486
Trending returns an array of json objects. Example structure [here](https://gist.github.com/davidteather/a5c1e54de353353f77a78139d2e5a9f9)
8587
It has the same JSON object tree as trending. It's [here](https://gist.github.com/davidteather/bc4baef0edb621dd322c8ad128a31ac1) anyways.
8688

0 commit comments

Comments
 (0)