☰
Login
Signup
Home
›
Mobile and Desktop apps
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
151
Node JS client
39
Go client
790
.Net API client
376
Kite Publisher
537
.Net / VBA / Excel (3rd party)
456
Algorithms and Strategies
991
Java client
1.1K
API clients
402
PHP client
4K
Python client
345
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
September 2016
Kailash
September 2016
jsudhams
Need help with vb.net login sequence
jsudhams
September 2016
in
Mobile and Desktop apps
Hi,
I am writing app in vb.net and i am not able to get the login sequence done.
My Code is as follows
' A button to connect
Private Sub btnConnect_Click(sender As Object, e As EventArgs) Handles btnConnect.Click
Dim url As String
url = "
https://kite.trade/connect/login?api_key=myapikey
"
wb.ScriptErrorsSuppressed = True
wb.Navigate(New Uri(url))
End Sub
Private Sub wb_Navigated(sender As Object, e As WebBrowserNavigatedEventArgs) Handles wb.Navigated
Dim SessionUrl As String
SessionUrl = wb.Url.ToString
txtSessionUrl.Text = SessionUrl
End Sub
At the end I am getting the URL as follows
https://kite.zerodha.com/connect/login?sess_id=mysessionid&api_key=myapikey
Am not getting the URL with request_token and status
Can some one give me a direction on this?
jsudhams
September 2016
I got this guys, but do we need to manually loging and can i automate that part?
Kailash
September 2016
@jsudhams
Yep. Manual login is a regulatory requirement.
Sign In
or
Register
to comment.