function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jnhimanshu10001.3940903706790896E12jnhimanshu10001.3940903706790896E12 

Authenticate Using AccessToken & RefreshToken

Hi,
I am trying to integrate SalesForce in to my asp.net C# application. So currently i am able to implement direct login in my application. But i want to implement the OAuth 2.0 login, So for that i am able to get the access and Refresh Token successfully, now the issue is how to do any operation using access token. Like for direct Login we have a method 
bindding.Login(Username,password);
So can any one please suggest me how can i authencate the using using access token. thanks in advance.
AmitAmit (Salesforce Developers) 
Hello, please have a look at following guide for more information about using OAuth :

https://developer.salesforce.com/page/Digging_Deeper_into_OAuth_2.0_on_Force.com