Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Requests is a full-featured Python HTTP library with an easy-to-use, logical API.

learn more… | top users | synonyms

2
votes
1answer
320 views

How to connect to Facebook Graph API from Python using Requests if I do not need user access token?

I am trying to find the easiest way how to use Facebook Graph API using my favorite Requests library. The problem is, all examples I found are about getting user access token, about redirects and user ...
3
votes
2answers
763 views

Facebook graph GET request using python requests module- certificate verification failure

I am writing a short python script for fun to check a few pages for the amount of likes. I am using the python requests module. As seen below, there was a problem, something about certificates. I am ...