Hi, i am having issue with authorization when using c# SDK. i am using below code to get access token from c#.
using RingCentral;
rc = new RestClient("appKey", "appSecret");
var tokenResponse = rc.Authorize("username", "extension", "password");
i am getting status in tokenResponse always "waitingForActivation" whether using any appKey or appSecretKey or any user name password does not matter.
every time i am getting same response in status that "waitingForActivation".
we have already install RingCentral nuget package into our project.
please help me on it