Results 1 comments of Bill Chen

To add on to brenly's comment, you should be creating your session object like this: ``` session = pynder.Session(facebook_id=FACEBOOK_ID, facebook_token=get_access_token(email, password)) ``` where the get_access_token function is the one mentioned...