Anyone know how to view page information that's outside of pages I own

23 views
Skip to first unread message

DJ

unread,
Mar 11, 2022, 12:46:28 AM3/11/22
to PythonForFacebook
Looking to view basic page information other than the ones I own. My assumption is, I use get_object to do so, but I'm not sure. But for instance if I'm looking to get like the page name or id of Microsoft's Facebook page, how would I go about doing that?

Here is the code I currently have.

import facebook
token = 'insert token here'

graph = facebook.GraphAPI(token)
page = graph.get_object('microsoft')
print(page)
Reply all
Reply to author
Forward
0 new messages