☰
Login
Signup
Home
›
.Net API client
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
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
May 2018
krishna1mr_gmail_com
May 2018
sujith
About the Request Token
krishna1mr_gmail_com
April 2018
in
.Net API client
About how to get request token using mySecret ? i m new to connect with kite API
private static void initSession()
{
Console.WriteLine("Goto " + kite.GetLoginURL());
Console.WriteLine("Enter request token: ");
string requestToken = Convert.ToString(Guid.NewGuid());
User user = kite.GenerateSession(requestToken, MySecret);
Console.WriteLine(Utils.JsonSerialize(user));
MyAccessToken = user.AccessToken;
MyPublicToken = user.PublicToken;
}
Tagged:
info
sujith
May 2018
You can check out
login flow here
.
krishna1mr_gmail_com
May 2018
first i m Login with GetLoginURL Method
after than i didn't get any access token
krishna1mr_gmail_com
May 2018
what is the request token i have to enter to call GenerateSession method
sujith
May 2018
@krishna1mr_gmail_com
,
You can check out
login flow here
.
You may also go through the webinar, you can find the link in the documentation.
Sign In
or
Register
to comment.
after than i didn't get any access token
You can check out login flow here.
You may also go through the webinar, you can find the link in the documentation.