Skip to content

Instantly share code, notes, and snippets.

@BillKeenan
Created June 7, 2012 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BillKeenan/2892292 to your computer and use it in GitHub Desktop.
Save BillKeenan/2892292 to your computer and use it in GitHub Desktop.
var tokens = new OAuthTokens
{
AccessToken = [MyAccess],
AccessTokenSecret = [MySecret],
ConsumerKey = ConsumerKey,
ConsumerSecret = ConsumerSecret
};
var verify = TwitterAccount.VerifyCredentials(tokens);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment