Skip to content

Instantly share code, notes, and snippets.

@micheleberardi
Last active September 9, 2019 23:00
Show Gist options
  • Save micheleberardi/9dd52baea3ade4c70734e0f518e026ea to your computer and use it in GitHub Desktop.
Save micheleberardi/9dd52baea3ade4c70734e0f518e026ea to your computer and use it in GitHub Desktop.
graph = facebook.GraphAPI(access_token=page_token, version="3.1")
print(graph.get_object(id=page_id, fields='about, category'))
"""
OUTPUT PARAGRAFO [5]
{'about': 'Michelone', 'category': 'Blogger', 'id': '102927594431953'}
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment