I am following below VB.Net example application. https://github.com/SuperRoo/Xero_Asp_VB_Net_Connection_Example
The code looks promising. But when I run the application, below line gives an exception.
Dim token As RequestToken = SessionManager.XeroSession.GetRequestToken(callbackUri.Uri)
Exception Details: DevDefined.OAuth.Framework.OAuthException: Private applications cannot request a Request Token
FYI: I couldn't get anything from this forum thread. https://community.xero.com/developer/discussion/6639946
Somebody help me to resolve this issue. please...