ssovit / TikTok-API-PHP

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

Issue with false response #36

Closed LunartechTeam closed 3 years ago

LunartechTeam commented 3 years ago

I implemented this Api on one of my App. It was working perfectly but after some days, it started returning false. I wasn't using any proxy when it was working, but now i used proxy but still wasn't working. Php version:7.3 Screenshot_20210529-150240_Chrome

ssovit commented 3 years ago

Hello,

  1. Don't change the base class. instead create instance like $tiktok=new \Sovit\TikTokApi(). Follow examples in examples folder
  2. Use good proxy. Rotating proxy is better.
  3. Don't share your proxy detail in public.

Library is working fine as I tested it few moments back. Your issue is probably with your proxy.