diff -r 0d245f3b076f -r 965586c1e3ed app.go --- a/app.go Tue Apr 11 11:30:23 2017 +0200 +++ b/app.go Tue Apr 11 11:51:47 2017 +0200 @@ -16,8 +16,8 @@ ) type registerApp struct { - ID int64 `json:"id"` - ClientID int64 `json:"client_id"` + ID string `json:"id"` + ClientID string `json:"client_id"` ClientSecret string `json:"client_secret"` }