ssovit / TikTok-API-PHP

Unofficial TikTok API for PHP. Join our Discord server
https://discord.gg/rSQd2QAXA8
MIT License
145 stars 42 forks source link

create method to get user's feed without User's profile data #19

Closed shapito27 closed 3 years ago

shapito27 commented 3 years ago
ssovit commented 3 years ago

Won't change method names

shapito27 commented 3 years ago

Ok, if I just add separate function which getting user feed by user id( without extra request for user), you'll approve it?

ssovit commented 3 years ago

yeah.. or may be add a argument if set to include/exclude user/challenge/music info in feed. And default should be to include the info.

like getUserFeed("tiktok",30,$includeInfo=false) to exclude info.. default should be true so existing usage isn't affected.