I read the following guide: http://code.google.com/googleapps/marketplace/tutorial_dotnet.html
Will I fix that nothing needs to be done to use the Google API for the SSO user?
But when I tried to run "Hello World" for the Marketplace application, it returned me an error: Blockquote
Blockquote> EndID endpoint not found. Blockquote
At
IAuthenticationRequest request = relyingParty.CreateRequest(openIdBox.Text);
. The value of "openIdBox.Text" is a google email.
PS My research on stackoverflow topics related to the same error yields nothing.
Please advise!
Any thoughts are welcome!
Budda source
share