Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. vandy55
    V
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    vandy55

    @vandy55

    0
    Reputation
    1
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    vandy55 Follow

    Best posts made by vandy55

    This user hasn't posted anything yet.

    Latest posts made by vandy55

    • Invalid totp
      	hi team i am getting invalid topt in while using smart api 2.5.0 
      	String clientID ="clientcode";// 
      	String clientPass = "password";
      	String apiKey ="5HO61Njf";
      	String totp = "totpstring"; //;System.getProperty("totp");
      	SmartConnect smartConnect = new SmartConnect(apiKey);
      	User user = smartConnect.generateSession(clientID, clientPass, totp);
      	System.out.println("user"+user.email);
      
      posted in NodeJS SDK
      V
      vandy55