I am getting the below error after installling the facebook sdk and running the program
Traceback (most recent call last):
File “C:/Users/xxx/PycharmProjects/facebook-sdk/likefbpages.py”, line 11, in
graph = facebook.GraphAPI(usertoken)
File “C:\Users\xxx\PycharmProjects\facebook-sdk\facebook\__init__.py”, line 88, in init
self.session = session or requests.Session()
AttributeError: module ‘requests’ has no attribute ‘Session’