I posted it up there. Any idea why the 400 would come through do no not have the data object structured right?
Where in the admin console would that be set.
I am using a private app not a public one so I don’t know where I would set the Return URL
From: shopi...@googlegroups.com [mailto:shopi...@googlegroups.com] On Behalf Of Cory B
Sent: Tuesday, May 08, 2012 11:13 AM
To: shopi...@googlegroups.com
Subject: Re: .net api 400 error on write
I'm guessing the answer is right there: "The redirect_uri and application url must have matching hosts"
Also the Read is working perfectly it is just the write throwing the exception.
From: shopi...@googlegroups.com [mailto:shopi...@googlegroups.com] On Behalf Of Cory B
Sent: Tuesday, May 08, 2012 11:13 AM
To: shopi...@googlegroups.com
Subject: Re: .net api 400 error on write
I'm guessing the answer is right there: "The redirect_uri and application url must have matching hosts"
Yea we had to recompile that api. The json response string was off miss a “;” ill recompile it and get it up to you guys with comments. Either way we got it running.
From: shopi...@googlegroups.com [mailto:shopi...@googlegroups.com] On Behalf Of colin
Sent: Wednesday, May 09, 2012 2:11 PM
To: shopi...@googlegroups.com
Subject: Re: .net api 400 error on write
The host in your web browser must match the host you're passing in the redurect_uri.