How can I use the Facebook Graph API with Python manually?
Since there is no official support of the Graph API in Python, and I don't want to use unofficial libraries, can someone tell me how to write the code to use it in Python?
I tried to search for ways to write code in Python but the results I'm getting are unofficial libraries. I'll have to write the code manually.