☰
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
13.8K
All Categories
0
Incidents
154
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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.