pynder icon indicating copy to clipboard operation
pynder copied to clipboard

fb_friends method doesn't work

Open taneta opened this issue 8 years ago • 1 comments

Why can function get_fb_friends() return an empty list? Auth is ok. Do I need to provide facebook_id as a parameter?

taneta avatar Sep 20 '16 14:09 taneta

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

kpolucas avatar Mar 01 '17 18:03 kpolucas