Hi,
Yes i am doing the same with my keys like:
public void Authenticate()
{
Tried in main class as well as global.asax file.
Code is throwing error on fisrt line itself for "TwitterCredentials"
Please help.
Thanks
Kuldeep Kadyan
Yes i am doing the same with my keys like:
public void Authenticate()
{
TwitterCredentials.SetCredentials(
"My_Access_Token",
"My_Access_Token_Secret",
"My_API_Key",
"My_API_Secret");
authenticated = true;
}Tried in main class as well as global.asax file.
Code is throwing error on fisrt line itself for "TwitterCredentials"
Please help.
Thanks
Kuldeep Kadyan