this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

log the entire rmap

+2 -2
+2 -2
oauth.go
··· 318 318 } 319 319 320 320 if resp2.StatusCode != 201 { 321 - return nil, fmt.Errorf("received error from server when submitting par request: %s", rmap["error"]) 321 + return nil, fmt.Errorf("received error from server when submitting par request: %v", rmap) 322 322 } 323 323 } else { 324 - return nil, fmt.Errorf("received error from server when submitting par request: %s", rmap["error"]) 324 + return nil, fmt.Errorf("received error from server when submitting par request: %v", rmap) 325 325 } 326 326 } 327 327