robin_hood_jr's comments

robin_hood_jr | 9 years ago | on: Stalking your Facebook friends on Tinder

What is the format for the SECRETS.json file since it needs to include both the auth token and the facebook id?

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" }

page 1