Click here to Skip to main content
15,895,370 members

Comments by aryan2010 (Top 24 by date)

aryan2010 6-Nov-11 8:46am View    
I have supplied correct consumer key and secret key of my yahoo application but
still it is generating same exception.

I have downloaded this sample from this link

http://www.codeproject.com/KB/cs/Delicious-OAuth-API.aspx?msg=4070893#xx4070893xx

and i have not changed the anything.

but when i ran this application it is generating same exception
aryan2010 23-Oct-11 3:24am View    
Hello Boy,

You have checked the the error that I have mentioned line number 309 but U have not checked that I also mentioned the where I am getting the error.

I am getting error for

public static string GetStringValue(this Enum value)

Thanks for commenting before reading whole post.

Deepak
aryan2010 12-Oct-11 7:50am View    
I know I got the above code after searching many libraries in Google. But this code is showing problem
aryan2010 12-Oct-11 7:46am View    
can you me the complete code . Try to give me perfect solution by mixing your code in my code. I got confused where should I use your code to get the desired result
aryan2010 12-Oct-11 6:15am View    
This is not a nonsense this value is returened by google
through

var responseText = oAuthConsumer.GetUserInfo("https://www.googleapis.com/oauth2/v1/userinfo?alt=json", realm, consumerKey, consumerSecret, accessToken.Token, accessToken.TokenSecret);
string queryString = responseText;
Response.Write(queryString);

then output will be like below
here their is only one difference original value is replaced by dummy text.

Now what is nonsense


{ "id": "1234", "name": "ABC XYZ", "given_name": "ABC", "family_name": "XYZ", "link": "http://profiles.google.com/1234", "gender": "male", "locale": "en-GB" }