You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Original issue reported on code.google.com by
[email protected]
on 24 Mar 2014 at 8:51Attachments:
The text was updated successfully, but these errors were encountered: