How to write a post on facebook using python – Facebook api
I have tried with a sample code that I found on google.. import facebook def main(): # Fill in the values noted in previous steps here cfg = { "page_id" : "XXXXXXXXXXXXXX", # Step 1 "access_token" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" # Step…