fb.py


SUBMITTED BY: kvnbhiccoo

DATE: Dec. 12, 2016, 2:03 p.m.

FORMAT: Text only

SIZE: 238 Bytes

HITS: 1318

  1. fb.py -- Python bindings for Facebook Graph API
  2. ===============================================
  3. >>> from fb import API
  4. >>> fbapi = API(APP_ID, APP_SECRET)
  5. >>> friends = fbapi.using(user_access_token).me.friends.get()
  6. yoyo man

comments powered by Disqus