Coder Social home page Coder Social logo

tiktokapi's People

Contributors

mehmetbeyhz avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tiktokapi's Issues

Can't login

I entered my username and password, but tiktop returns empty json fields. Only message is set to error.

object(stdClass)[3] public 'data' => object(stdClass)[2] public 'captcha' => string '' (length=0) public 'description' => string '' (length=0) public 'error_code' => int 1105 public 'message' => string 'error' (length=5)

Login

object(stdClass)#3 (2) { ["data"]=> object(stdClass)#2 (5) { ["captcha"]=> string(0) "" ["description"]=> string(91) "Log in with SMS verification code first instead of password to ensure your account safety." ["error_code"]=> int(1039) ["mobile_ticket"]=> string(0) "" ["verify_mobile"]=> string(0) "" } ["message"]=> string(5) "error" }

Certificate problem

Hello
stdClass Object ( [data] => stdClass Object ( [captcha] => [description] => Missing ID certification information [error_code] => 2 ) [message] => error )

Response: NULL

Hello,

My code:

require_once( 'TiktokApi.php'); $tiktok = new TiktokApi(); $user_id = '6544940070637961218'; $info = $tiktok->userInfo($user_id); var_dump ($info);

But, display: NULL ???

Please help me.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.