Hi Sujith,
Sorry for inconvincence, i gone through so many discussion thread and tried many solution, but not getting result so writing you. My second month subscribtion will expire on 19 july but No clue on the error. Please help me.
please refer mentioned below Process I implemented, but getting error.
Step 1:
I downloaded code from this url "
https://github.com/zerodhatech/phpkiteconnect"
Step 2:
I Used this url "
https://kite.trade/connect/login?v=3&api_key=**********" to get the requested token.
I added this requested token in Sample code
$kite = new KiteConnect("your_api_key");
$user = $kite->generateSession("request_token_obtained", "your_api_secret");
I replaced API key, Requested token and APi secrete key in respective places and uploaded on live test server, but getting mentioned below error
"
"Authentication failed: Token is invalid or has expired.
Fatal error: Uncaught TokenException (403) 'Token is invalid or has expired.' thrown in /home/public_html/kiteconnect.p
July 2018