manicoder / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

OAuth2Parameters parameter show Error in .net framwork2.0 #686

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

When i am working with .net framework 4.0 then data feed insert in merchant 
center, but my live application in .net framework 2.0, and when i used this 
framework then i got an error in
OAuth2Parameters parameter = new OAuth2Parameters(){

               parameter.ClientId = clientId,
               parameter.ClientSecret = clientSecret,
               parameter.RedirectUri = redirectUri,
               parameter.Scope = scope,
                //ApprovalPrompt = "force"
        };
this part.
i am also attached error code. please help me for resolve this for me ASAP.

Original issue reported on code.google.com by test.eco...@gmail.com on 24 Mar 2014 at 8:51

Attachments: