This commit is contained in:
Jean-Baptiste Pinalie
2019-09-29 02:10:41 +02:00
committed by GitHub
parent a26f4f6a15
commit b631893519

View File

@@ -57,7 +57,7 @@ import (
func main() {
cfg := oauth2.Config{
ClientID: "your client id",
ClientSecret: "your client id",
ClientSecret: "your client secret",
Endpoint: ebay.OAuth20SandboxEndpoint,
RedirectURL: "your eBay Redirect URL name (RuName)",
Scopes: []string{ebay.ScopeBuyOfferAuction /* your scopes */},