f = open(SECRETS.json) self.fb_auth = json.load(f)
So does it matter what I name the auth parameters or just that I set the values correctly?
i.e:
{ "auth_token" : "TOKENVAL", "fb_id" : "IDVAL" }
f = open(SECRETS.json) self.fb_auth = json.load(f)
So does it matter what I name the auth parameters or just that I set the values correctly?
i.e:
{ "auth_token" : "TOKENVAL", "fb_id" : "IDVAL" }