Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    Facing problem while generating obj.getfeedToken()

    General Discussion
    1
    1
    8
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      nayan_nandi last edited by

      This is my code_

      from smartapi import SmartConnect
      from smartapi import WebSocket
      import creds
      
      obj = SmartConnect(api_key=creds.api_key)
      data = obj.generateSession(creds.client_token, creds.password)
      feedToken = obj.getfeedToken()
      
      print(feedToken)
      

      when I trying to print feedToken it's shows None like this_
      fdgfdgfdgfdgdgdgdgdg.PNG
      why it's happening....?

      1 Reply Last reply Reply Quote 0
      • First post
        Last post