pynder
pynder copied to clipboard
fb_friends method doesn't work
Why can function get_fb_friends() return an empty list? Auth is ok. Do I need to provide facebook_id as a parameter?
This way work for me
import pynder
session = pynder.Session(FACEBOOK_ID,FACEBOOK_TOKEN)
print(session.get_fb_friends())
the get_fb_friends only send a get("/group/friends") to the API