Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Mar 23, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 24 Mar 2014 at 8:51

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant